Class TestRulesetRequest
The request for FirebaseRulesService.TestRuleset.
Implements
Inherited Members
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 |