Class GooglePrivacyDlpV2Range
Generic half-open interval [start, end)
Implements
Inherited Members
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? |