class Google::Apis::WorkflowexecutionsV1beta::StackTrace

A collection of stack elements (frames) where an error occurred.

Attributes

elements[RW]

An array of Stack elements. Corresponds to the JSON property `elements` @return [Array<Google::Apis::WorkflowexecutionsV1beta::StackTraceElement>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/workflowexecutions_v1beta/classes.rb, line 211
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/workflowexecutions_v1beta/classes.rb, line 216
def update!(**args)
  @elements = args[:elements] if args.key?(:elements)
end