public sealed class DiscoveryEvent.Types.ActionDetails : IMessage<DiscoveryEvent.Types.ActionDetails>, IEquatable<DiscoveryEvent.Types.ActionDetails>, IDeepCloneable<DiscoveryEvent.Types.ActionDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DiscoveryEvent.Types.ActionDetails.
Details about the action.
Implements
IMessageDiscoveryEventTypesActionDetails, IEquatableDiscoveryEventTypesActionDetails, IDeepCloneableDiscoveryEventTypesActionDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ActionDetails()
public ActionDetails()
ActionDetails(ActionDetails)
public ActionDetails(DiscoveryEvent.Types.ActionDetails other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryEventTypesActionDetails |
Properties
Issue
public string Issue { get; set; }
The human readable issue associated with the action.
Property Value | |
---|---|
Type | Description |
string |
Type
public string Type { get; set; }
The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
Property Value | |
---|---|
Type | Description |
string |