View Source GoogleApi.Firestore.V1.Model.ListDocumentsResponse (google_api_firestore v0.23.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) - The next page token.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.ListDocumentsResponse{
documents: [GoogleApi.Firestore.V1.Model.Document.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.