google_api_firebase_rules v0.12.0 GoogleApi.FirebaseRules.V1.Model.ValueCount View Source

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseRules.V1.Model.ValueCount{
  count: integer(),
  value: any()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.