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
) - SubexpressionssourcePosition
(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 type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.