Class FunctionCall
Represents a service-defined function call that was invoked during test execution.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class FunctionCall : IDirectResponseSchema
Properties
Args
The arguments that were provided to the function.
Declaration
[JsonProperty("args")]
public virtual IList<object> Args { get; set; }
Property Value
Type | Description |
---|---|
IList<object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Function
Name of the function invoked.
Declaration
[JsonProperty("function")]
public virtual string Function { get; set; }
Property Value
Type | Description |
---|---|
string |