public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessage
Implements
IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationResultStatus()
public TransformationResultStatus()
TransformationResultStatus(TransformationResultStatus)
public TransformationResultStatus(TransformationResultStatus other)
Parameter | |
---|---|
Name | Description |
other | TransformationResultStatus |
Properties
Details
public Status Details { get; set; }
Detailed error codes and messages
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TransformationResultStatusType |