Class GooglePrivacyDlpV2InfoTypes
Info types to match.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InfoTypes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InfoTypeNames
Required. A list of info types to match.
Declaration
[JsonProperty("infoTypeNames")]
public virtual IList<string> InfoTypeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |