Show / Hide Table of Contents

Class GooglePrivacyDlpV2DeidentifyContentResponse

Results of de-identifying a ContentItem.

Inheritance
object
GooglePrivacyDlpV2DeidentifyContentResponse
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 GooglePrivacyDlpV2DeidentifyContentResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Item

The de-identified item.

Declaration
[JsonProperty("item")]
public virtual GooglePrivacyDlpV2ContentItem Item { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ContentItem

Overview

An overview of the changes that were made on the item.

Declaration
[JsonProperty("overview")]
public virtual GooglePrivacyDlpV2TransformationOverview Overview { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TransformationOverview

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX