Class GooglePrivacyDlpV2SummaryResult
A collection that informs the user the number of times a particular TransformationResultCode
and error details
occurred.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2SummaryResult : IDirectResponseSchema
Properties
Code
Outcome of the transformation.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Number of transformations counted by this result.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
Details
A place for warnings or errors to show up if a transformation didn't work as expected.
Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |