Show / Hide Table of Contents

Class GooglePrivacyDlpV2CharsToIgnore

Characters to skip when doing deidentification of a value. These will be left alone and skipped.

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

Properties

CharactersToSkip

Characters to not transform when masking.

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

CommonCharactersToIgnore

Common characters to not transform when masking. Useful to avoid removing punctuation.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX