Show / Hide Table of Contents

Class GooglePrivacyDlpV2InfoTypeCategory

Classification of infoTypes to organize them according to geographic location, industry, and data type.

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

Properties

ETag

The ETag of the item.

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

IndustryCategory

The group of relevant businesses where this infoType is commonly used

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

LocationCategory

The region or country that issued the ID or document represented by the infoType.

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

TypeCategory

The class of identifiers where this infoType belongs

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX