GoogleApi.WorkflowExecutions.V1beta.Model.Position (google_api_workflow_executions v0.11.3)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.