google_api_firebase_rules v0.15.0 GoogleApi.FirebaseRules.V1.Model.ExpressionReport View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.