GoogleApi.Firestore.V1.Model.Precondition (google_api_firestore v0.33.0)

View Source

A precondition on a document, used for conditional operations.

Attributes

  • exists (type: boolean(), default: nil) - When set to true, the target document must exist. When set to false, the target document must not exist.
  • updateTime (type: DateTime.t, default: nil) - When set, the target document must exist and have been last updated at that time. Timestamp must be microsecond aligned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firestore.V1.Model.Precondition{
  exists: boolean() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.