Show / Hide Table of Contents

Class GooglePrivacyDlpV2HybridContentItem

An individual hybrid item to inspect. Will be stored temporarily during processing.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX