View Source GoogleApi.FirebaseRules.V1.Model.ValueCount (google_api_firebase_rules v0.17.0)

Tuple for how many times an Expression was evaluated to a particular ExpressionValue.

Attributes

  • count (type: integer(), default: nil) - The amount of times that expression returned.
  • value (type: any(), default: nil) - The return value of the expression

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.ValueCount{
  count: integer() | nil,
  value: any() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.