GoogleApi.WorkflowExecutions.V1beta.Model.Position (google_api_workflow_executions v0.7.0) View Source

Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.

Attributes

  • column (type: String.t, default: nil) - The source code column position (of the line) the current instruction was generated from.
  • length (type: String.t, default: nil) - The number of bytes of source code making up this stack trace element.
  • line (type: String.t, default: nil) - The source code line number the current instruction was generated from.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.WorkflowExecutions.V1beta.Model.Position{
  column: String.t() | nil,
  length: String.t() | nil,
  line: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.