Show / Hide Table of Contents

Class GooglePrivacyDlpV2ContentItem

Type of content to inspect.

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

Properties

ByteItem

Content data to inspect or redact. Replaces type and data.

Declaration
[JsonProperty("byteItem")]
public virtual GooglePrivacyDlpV2ByteContentItem ByteItem { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ByteContentItem

ETag

The ETag of the item.

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

Table

Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.

Declaration
[JsonProperty("table")]
public virtual GooglePrivacyDlpV2Table Table { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Table

Value

String data to inspect or redact.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX