google_api_firestore v0.9.0 GoogleApi.Firestore.V1beta1.Model.QueryTarget View Source

A target specified by a query.

Attributes

  • parent (type: String.t, default: nil) - The parent resource name. In the format: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents or projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
  • structuredQuery (type: GoogleApi.Firestore.V1beta1.Model.StructuredQuery.t, default: nil) - A structured query.

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 Source
t() :: %GoogleApi.Firestore.V1beta1.Model.QueryTarget{
  parent: String.t(),
  structuredQuery: GoogleApi.Firestore.V1beta1.Model.StructuredQuery.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.