Class GoogleCloudDataplexV1DiscoveryEventActionDetails
Details about the action.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DiscoveryEventActionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issue
The human readable issue associated with the action.
Declaration
[JsonProperty("issue")]
public virtual string Issue { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |