Class GooglePrivacyDlpV2HybridContentItem
An individual hybrid item to inspect. Will be stored temporarily during processing.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2HybridContentItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FindingDetails
Supplementary information that will be added to each finding.
Declaration
[JsonProperty("findingDetails")]
public virtual GooglePrivacyDlpV2HybridFindingDetails FindingDetails { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2HybridFindingDetails |
Item
The item to inspect.
Declaration
[JsonProperty("item")]
public virtual GooglePrivacyDlpV2ContentItem Item { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ContentItem |