View Source GoogleApi.Firestore.V1.Model.DocumentsTarget (google_api_firestore v0.23.0)
A target specified by a set of documents names.
Attributes
-
documents(type:list(String.t), default:nil) - The names of the documents to retrieve. In the format:projects/{project_id}/databases/{database_id}/documents/{document_path}. The request will fail if any of the document is not a child resource of the givendatabase. Duplicate names will be elided.
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.DocumentsTarget{
documents: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.