Class VisitedExpression
Store the position and access outcome for an expression visited in rules.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class VisitedExpression : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourcePosition
Position in the Source
or Ruleset
where an expression was visited.
Declaration
[JsonProperty("sourcePosition")]
public virtual SourcePosition SourcePosition { get; set; }
Property Value
Type | Description |
---|---|
SourcePosition |
Value
The evaluated value for the visited expression, e.g. true/false
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type | Description |
---|---|
object |