Show / Hide Table of Contents

Class GooglePrivacyDlpV2SummaryResult

A collection that informs the user the number of times a particular TransformationResultCode and error details occurred.

Inheritance
object
GooglePrivacyDlpV2SummaryResult
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX