Class GooglePrivacyDlpV2UpdateContentPolicyRequest
Request message for UpdateContentPolicy.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2UpdateContentPolicyRequest : IDirectResponseSchema
Properties
ContentPolicy
Required. The content_policy with new values for the relevant fields.
Declaration
[JsonProperty("contentPolicy")]
public virtual GooglePrivacyDlpV2ContentPolicy ContentPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2ContentPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateMask
Optional. Mask to control which fields get updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |