Class GooglePrivacyDlpV2ReidentifyContentResponse
Results of re-identifying an item.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ReidentifyContentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Item
The re-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 to the item
.
Declaration
[JsonProperty("overview")]
public virtual GooglePrivacyDlpV2TransformationOverview Overview { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TransformationOverview |