public sealed class ActionDetails : IMessage<DiscoveryEvent.Types.ActionDetails>, IEquatable<DiscoveryEvent.Types.ActionDetails>, IDeepCloneable<DiscoveryEvent.Types.ActionDetails>, IBufferMessage, IMessageDetails about the action.
Implements
IMessage<DiscoveryEvent.Types.ActionDetails>, IEquatable<DiscoveryEvent.Types.ActionDetails>, IDeepCloneable<DiscoveryEvent.Types.ActionDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ActionDetails()
public ActionDetails()ActionDetails(DiscoveryEvent.Types.ActionDetails)
public ActionDetails(DiscoveryEvent.Types.ActionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryEvent.Types.ActionDetails |
Properties
Type
public string Type { get; set; }The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
| Property Value | |
|---|---|
| Type | Description |
String |
|