Class GooglePrivacyDlpV2DeidentifyContentResponse
Results of de-identifying a ContentItem.
Implements
Inherited Members
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 |