GoogleApi.WorkflowExecutions.V1beta.Model.Position (google_api_workflow_executions v0.6.1) 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
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.