Class GooglePrivacyDlpV2BatchContentLocation
Location within a batch of content.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2BatchContentLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ItemIndex
Matches an index of a batch item in the batch provided in the request.
Declaration
[JsonProperty("itemIndex")]
public virtual int? ItemIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |