Class: Google::Apis::WorkflowexecutionsV1beta::StackTrace
- Inherits:
-
Object
- Object
- Google::Apis::WorkflowexecutionsV1beta::StackTrace
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workflowexecutions_v1beta/classes.rb,
lib/google/apis/workflowexecutions_v1beta/representations.rb,
lib/google/apis/workflowexecutions_v1beta/representations.rb
Overview
A collection of stack elements (frames) where an error occurred.
Instance Attribute Summary collapse
-
#elements ⇒ Array<Google::Apis::WorkflowexecutionsV1beta::StackTraceElement>
An array of Stack elements.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StackTrace
constructor
A new instance of StackTrace.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StackTrace
Returns a new instance of StackTrace.
171 172 173 |
# File 'lib/google/apis/workflowexecutions_v1beta/classes.rb', line 171 def initialize(**args) update!(**args) end |
Instance Attribute Details
#elements ⇒ Array<Google::Apis::WorkflowexecutionsV1beta::StackTraceElement>
An array of Stack elements.
Corresponds to the JSON property elements
169 170 171 |
# File 'lib/google/apis/workflowexecutions_v1beta/classes.rb', line 169 def elements @elements end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
176 177 178 |
# File 'lib/google/apis/workflowexecutions_v1beta/classes.rb', line 176 def update!(**args) @elements = args[:elements] if args.key?(:elements) end |