google_api_firestore v0.13.0 GoogleApi.Firestore.V1.Model.DocumentsTarget View Source
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
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.DocumentsTarget{documents: [String.t()]}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.