Class GooglePrivacyDlpV2StringValueBatch
Represents a batch of string values to inspect or redact.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2StringValueBatch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Optional. Represents string data to inspect or redact.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |