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

Describes where in a file an expression is found and what it was evaluated to over the course of its use.

Attributes

  • children (type: list(GoogleApi.FirebaseRules.V1.Model.ExpressionReport.t), default: nil) - Subexpressions
  • sourcePosition (type: GoogleApi.FirebaseRules.V1.Model.SourcePosition.t, default: nil) - Position of expression in original rules source.
  • values (type: list(GoogleApi.FirebaseRules.V1.Model.ValueCount.t), default: nil) - Values that this expression evaluated to when encountered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.ExpressionReport{
  children: [t()] | nil,
  sourcePosition: GoogleApi.FirebaseRules.V1.Model.SourcePosition.t() | nil,
  values: [GoogleApi.FirebaseRules.V1.Model.ValueCount.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.