google_api_firebase_rules v0.15.0 GoogleApi.FirebaseRules.V1.Model.TestRulesetRequest View Source

The request for FirebaseRulesService.TestRuleset.

Attributes

  • source (type: GoogleApi.FirebaseRules.V1.Model.Source.t, default: nil) - Optional Source to be checked for correctness.

    This field must not be set when the resource name refers to a Ruleset.

  • testSuite (type: GoogleApi.FirebaseRules.V1.Model.TestSuite.t, default: nil) - Inline TestSuite to run.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseRules.V1.Model.TestRulesetRequest{
  source: GoogleApi.FirebaseRules.V1.Model.Source.t(),
  testSuite: GoogleApi.FirebaseRules.V1.Model.TestSuite.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.