Class: Google::Firestore::Admin::V1::ListFieldsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb

Overview

The response for FirestoreAdmin::ListFields.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Google::Firestore::Admin::V1::Field>

Returns The requested fields.

Returns:



119
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 119

class ListFieldsResponse; end

#next_page_tokenString

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

Returns:

  • (String)

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



119
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 119

class ListFieldsResponse; end