Show / Hide Table of Contents

Class GooglePrivacyDlpV2Range

Generic half-open interval [start, end)

Inheritance
object
GooglePrivacyDlpV2Range
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 GooglePrivacyDlpV2Range : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

End

Index of the last character of the range (exclusive).

Declaration
[JsonProperty("end")]
public virtual long? End { get; set; }
Property Value
Type Description
long?

Start

Index of the first character of the range (inclusive).

Declaration
[JsonProperty("start")]
public virtual long? Start { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX