google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.DocumentsTarget View Source

A target specified by a set of documents names.

Attributes

  • documents ([String.t]): 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 given `database`. Duplicate names will be elided. Defaults to: null.