View Source GoogleApi.FirebaseRules.V1.Model.Issue (google_api_firebase_rules v0.17.0)

Issues include warnings, errors, and deprecation notices.

Attributes

  • description (type: String.t, default: nil) - Short error description.
  • severity (type: String.t, default: nil) - The severity of the issue.
  • sourcePosition (type: GoogleApi.FirebaseRules.V1.Model.SourcePosition.t, default: nil) - Position of the issue in the Source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.Issue{
  description: String.t() | nil,
  severity: String.t() | nil,
  sourcePosition: GoogleApi.FirebaseRules.V1.Model.SourcePosition.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.