Class Arg
Arg matchers for the mock function.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class Arg : IDirectResponseSchema
Properties
AnyValue
Argument matches any value provided.
Declaration
[JsonProperty("anyValue")]
public virtual Empty AnyValue { get; set; }
Property Value
Type | Description |
---|---|
Empty |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExactValue
Argument exactly matches value provided.
Declaration
[JsonProperty("exactValue")]
public virtual object ExactValue { get; set; }
Property Value
Type | Description |
---|---|
object |