Class GooglePrivacyDlpV2TransformationResultStatus
The outcome of a transformation.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationResultStatus : IDirectResponseSchema
Properties
Details
Detailed error codes and messages
Declaration
[JsonProperty("details")]
public virtual GoogleRpcStatus Details { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultStatusType
Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
Declaration
[JsonProperty("resultStatusType")]
public virtual string ResultStatusType { get; set; }
Property Value
Type | Description |
---|---|
string |