Firestore Admin v1 API - Class ListFieldsResponse (3.7.0)

public sealed class ListFieldsResponse : IMessage<ListFieldsResponse>, IEquatable<ListFieldsResponse>, IDeepCloneable<ListFieldsResponse>, IBufferMessage, IMessage, IPageResponse<Field>, IEnumerable<Field>, IEnumerable

Reference documentation and code samples for the Firestore Admin v1 API class ListFieldsResponse.

The response for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].

Inheritance

object > ListFieldsResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListFieldsResponse()

public ListFieldsResponse()

ListFieldsResponse(ListFieldsResponse)

public ListFieldsResponse(ListFieldsResponse other)
Parameter
NameDescription
otherListFieldsResponse

Properties

Fields

public RepeatedField<Field> Fields { get; }

The requested fields.

Property Value
TypeDescription
RepeatedFieldField

NextPageToken

public string NextPageToken { get; set; }

A page token that may be used to request another page of results. If blank, this is the last page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Field> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorField