Show / Hide Table of Contents

Class GooglePrivacyDlpV2TransformationResultStatus

The outcome of a transformation.

Inheritance
object
GooglePrivacyDlpV2TransformationResultStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX