Show / Hide Table of Contents

Class TestRulesetResponse

The response for FirebaseRulesService.TestRuleset.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX