Class GoogleFirestoreAdminV1beta2ListIndexesResponse
The response for FirestoreAdmin.ListIndexes.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2ListIndexesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Indexes
The requested indexes.
Declaration
[JsonProperty("indexes")]
public virtual IList<GoogleFirestoreAdminV1beta2Index> Indexes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirestoreAdminV1beta2Index> |
NextPageToken
A page token that may be used to request another page of results. If blank, this is the last page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |