Class Result
Possible result values from the function mock invocation.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class Result : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Undefined
The result is undefined, meaning the result could not be computed.
Declaration
[JsonProperty("undefined")]
public virtual Empty Undefined { get; set; }
Property Value
Type | Description |
---|---|
Empty |
Value
The result is an actual value. The type of the value must match that of the type declared by the service.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type | Description |
---|---|
object |