GoogleApi.WorkflowExecutions.V1beta.Model.Position (google_api_workflow_executions v0.6.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 length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.
  • 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.