Show / Hide Table of Contents

Class GooglePrivacyDlpV2RecordTransformations

A type of transformation that is applied over structured data such as a table.

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

Properties

ETag

The ETag of the item.

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

FieldTransformations

Transform the record by applying various field transformations.

Declaration
[JsonProperty("fieldTransformations")]
public virtual IList<GooglePrivacyDlpV2FieldTransformation> FieldTransformations { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2FieldTransformation>

RecordSuppressions

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

Declaration
[JsonProperty("recordSuppressions")]
public virtual IList<GooglePrivacyDlpV2RecordSuppression> RecordSuppressions { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2RecordSuppression>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX