GoogleApi.Firestore.V1beta1.Model.ListDocumentsResponse (google_api_firestore v0.33.0)

View Source

The response for Firestore.ListDocuments.

Attributes

  • documents (type: list(GoogleApi.Firestore.V1beta1.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.