Show / Hide Table of Contents

Class RawIndices

A set of raw indices to remove from a local list.

Inheritance
System.Object
RawIndices
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class RawIndices : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.Nullable<System.Int32>>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top