View Source GoogleApi.Firestore.V1beta1.Model.QueryTarget (google_api_firestore v0.27.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.QueryTarget{
  parent: String.t() | nil,
  structuredQuery: GoogleApi.Firestore.V1beta1.Model.StructuredQuery.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.