google_api_big_query v0.37.0 GoogleApi.BigQuery.V2.Model.ScriptStackFrame View Source

Attributes

  • endColumn (type: integer(), default: nil) - [Output-only] One-based end column.
  • endLine (type: integer(), default: nil) - [Output-only] One-based end line.
  • procedureId (type: String.t, default: nil) - [Output-only] Name of the active procedure, empty if in a top-level script.
  • startColumn (type: integer(), default: nil) - [Output-only] One-based start column.
  • startLine (type: integer(), default: nil) - [Output-only] One-based start line.
  • text (type: String.t, default: nil) - [Output-only] Text of the current statement/expression.

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.BigQuery.V2.Model.ScriptStackFrame{
  endColumn: integer(),
  endLine: integer(),
  procedureId: String.t(),
  startColumn: integer(),
  startLine: integer(),
  text: String.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.