Class TestRulesetResponse
The response for FirebaseRulesService.TestRuleset.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class TestRulesetResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issues
Syntactic and semantic Source issues of varying severity. Issues of ERROR severity will prevent tests
from executing.
Declaration
[JsonProperty("issues")]
public virtual IList<Issue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Issue> |
TestResults
The set of test results given the test cases in the TestSuite. The results will appear in the same order
as the test cases appear in the TestSuite.
Declaration
[JsonProperty("testResults")]
public virtual IList<TestResult> TestResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TestResult> |