Class GoogleCloudWebriskV1RawIndices
A set of raw indices to remove from a local list.
Implements
Inherited Members
Namespace: Google.Apis.WebRisk.v1.Data
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class GoogleCloudWebriskV1RawIndices : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Indices
The indices to remove from a lexicographically-sorted local list.
Declaration
[JsonProperty("indices")]
public virtual IList<int?> Indices { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |