Show / Hide Table of Contents

Class TestRulesetRequest

The request for FirebaseRulesService.TestRuleset.

Inheritance
object
TestRulesetRequest
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 TestRulesetRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Source

Optional. Optional Source to be checked for correctness. This field must not be set when the resource name refers to a Ruleset.

Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
Type Description
Source

TestSuite

Required. The tests to execute against the Source. When Source is provided inline, the test cases will only be run if the Source is syntactically and semantically valid. Inline TestSuite to run.

Declaration
[JsonProperty("testSuite")]
public virtual TestSuite TestSuite { get; set; }
Property Value
Type Description
TestSuite

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX