Class GoogleFirestoreAdminV1beta2ListFieldsResponse
The response for FirestoreAdmin.ListFields.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2ListFieldsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
The requested fields.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleFirestoreAdminV1beta2Field> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirestoreAdminV1beta2Field> |
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 |