google_api_firebase_rules v0.12.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

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.