Class DiscoveryEvent.Types.ActionDetails (2.1.0)

public sealed class ActionDetails : IMessage<DiscoveryEvent.Types.ActionDetails>, IEquatable<DiscoveryEvent.Types.ActionDetails>, IDeepCloneable<DiscoveryEvent.Types.ActionDetails>, IBufferMessage, IMessage

Details about the action.

Inheritance

Object > DiscoveryEvent.Types.ActionDetails

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ActionDetails()

public ActionDetails()

ActionDetails(DiscoveryEvent.Types.ActionDetails)

public ActionDetails(DiscoveryEvent.Types.ActionDetails other)
Parameter
NameDescription
otherDiscoveryEvent.Types.ActionDetails

Properties

Type

public string Type { get; set; }

The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat

Property Value
TypeDescription
String