Show / Hide Table of Contents

Class FunctionCall

Represents a service-defined function call that was invoked during test execution.

Inheritance
object
FunctionCall
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX