GoogleApi.WorkflowExecutions.V1beta.Model.Position (google_api_workflow_executions v0.11.3)
View SourcePosition 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.