Class GooglePrivacyDlpV2UpdateDiscoveryConfigRequest
Request message for UpdateDiscoveryConfig.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2UpdateDiscoveryConfigRequest : IDirectResponseSchema
Properties
DiscoveryConfig
Required. New DiscoveryConfig value.
Declaration
[JsonProperty("discoveryConfig")]
public virtual GooglePrivacyDlpV2DiscoveryConfig DiscoveryConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryConfig |
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 |