View Source GoogleApi.Firestore.V1.Model.CollectionSelector (google_api_firestore v0.26.0)

A selection of a collection, such as messages as m1.

Attributes

  • allDescendants (type: boolean(), default: nil) - When false, selects only collections that are immediate children of the parent specified in the containing RunQueryRequest. When true, selects all descendant collections.
  • collectionId (type: String.t, default: nil) - The collection ID. When set, selects only collections with this ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.CollectionSelector{
  allDescendants: boolean() | nil,
  collectionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.