google_api_firebase_rules v0.2.0 GoogleApi.FirebaseRules.V1.Model.Issue View Source

Issues include warnings, errors, and deprecation notices.

Attributes

  • description (String.t): Short error description. Defaults to: null.
  • severity (String.t): The severity of the issue. Defaults to: null.

    • Enum - one of [SEVERITY_UNSPECIFIED, DEPRECATION, WARNING, ERROR]
  • sourcePosition (SourcePosition): Position of the issue in the `Source`. Defaults to: null.

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.Issue{
  description: any(),
  severity: any(),
  sourcePosition: GoogleApi.FirebaseRules.V1.Model.SourcePosition.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.