google_api_firebase_rules v0.9.0 GoogleApi.FirebaseRules.V1.Model.VisitedExpression View Source
Store the position and access outcome for an expression visited in rules.
Attributes
sourcePosition
(type:GoogleApi.FirebaseRules.V1.Model.SourcePosition.t
, default:nil
) - Position in theSource
orRuleset
where an expression was visited.value
(type:any()
, default:nil
) - The evaluated value for the visited expression, e.g. true/false
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.VisitedExpression{ sourcePosition: GoogleApi.FirebaseRules.V1.Model.SourcePosition.t(), value: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.