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

Position in the `Source` content including its line, column number, and an index of the `File` in the `Source` message. Used for debug purposes.

Attributes

  • column (integer()): First column on the source line associated with the source fragment. Defaults to: null.
  • fileName (String.t): Name of the `File`. Defaults to: null.
  • line (integer()): Line number of the source fragment. 1-based. 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.SourcePosition{
  column: any(),
  fileName: any(),
  line: any()
}

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.