Show / Hide Table of Contents

Class GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest

Request message for UpdateDeidentifyTemplate.

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

Properties

DeidentifyTemplate

New DeidentifyTemplate value.

Declaration
[JsonProperty("deidentifyTemplate")]
public virtual GooglePrivacyDlpV2DeidentifyTemplate DeidentifyTemplate { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeidentifyTemplate

ETag

The ETag of the item.

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

UpdateMask

Mask to control which fields get updated.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX