Class GoogleFirestoreAdminV1beta1ListIndexesResponse
The response for FirestoreAdmin.ListIndexes.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1ListIndexesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Indexes
The indexes.
Declaration
[JsonProperty("indexes")]
public virtual IList<GoogleFirestoreAdminV1beta1Index> Indexes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirestoreAdminV1beta1Index> |
NextPageToken
The standard List next-page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |