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

The request for Firestore.ListCollectionIds.

Attributes

  • pageSize (type: integer(), default: nil) - The maximum number of results to return.
  • pageToken (type: String.t, default: nil) - A page token. Must be a value from ListCollectionIdsResponse.
  • readTime (type: DateTime.t, default: nil) - Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.ListCollectionIdsRequest{
  pageSize: integer() | nil,
  pageToken: String.t() | nil,
  readTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.