Google Cloud Data Loss Prevention v2 API - Class TransformationResultStatus (4.6.0)

public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessage

Inheritance

object > TransformationResultStatus

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TransformationResultStatus()

public TransformationResultStatus()

TransformationResultStatus(TransformationResultStatus)

public TransformationResultStatus(TransformationResultStatus other)
Parameter
NameDescription
otherTransformationResultStatus

Properties

Details

public Status Details { get; set; }

Detailed error codes and messages

Property Value
TypeDescription
Status

ResultStatusType

public TransformationResultStatusType ResultStatusType { get; set; }

Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.

Property Value
TypeDescription
TransformationResultStatusType