Class GooglePrivacyDlpV2UpdateStoredInfoTypeRequest
Request message for UpdateStoredInfoType.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2UpdateStoredInfoTypeRequest : IDirectResponseSchema
Properties
Config
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
Declaration
[JsonProperty("config")]
public virtual GooglePrivacyDlpV2StoredInfoTypeConfig Config { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StoredInfoTypeConfig |
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 |