Show / Hide Table of Contents

Class GooglePrivacyDlpV2BatchContentLocation

Location within a batch of content.

Inheritance
object
GooglePrivacyDlpV2BatchContentLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX