View Source GoogleApi.Firestore.V1.Model.ListDocumentsResponse (google_api_firestore v0.27.0)

The response for Firestore.ListDocuments.

Attributes

  • documents (type: list(GoogleApi.Firestore.V1.Model.Document.t), default: nil) - The Documents found.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of documents. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.ListDocumentsResponse{
  documents: [GoogleApi.Firestore.V1.Model.Document.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.