View Source GoogleApi.Firestore.V1beta1.Model.DocumentsTarget (google_api_firestore v0.27.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 given database. Duplicate names will be elided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.