google_api_firebase_rules v0.12.0 GoogleApi.FirebaseRules.V1.Model.TestRulesetResponse View Source

The response for FirebaseRulesService.TestRuleset.

Attributes

  • issues (type: list(GoogleApi.FirebaseRules.V1.Model.Issue.t), default: nil) - Syntactic and semantic Source issues of varying severity. Issues of ERROR severity will prevent tests from executing.
  • testResults (type: list(GoogleApi.FirebaseRules.V1.Model.TestResult.t), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseRules.V1.Model.TestRulesetResponse{
  issues: [GoogleApi.FirebaseRules.V1.Model.Issue.t()],
  testResults: [GoogleApi.FirebaseRules.V1.Model.TestResult.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.