Show / Hide Table of Contents

Class Result

Possible result values from the function mock invocation.

Inheritance
object
Result
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX