Class: CadenceThrift::WorkflowExecutionCanceledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionCanceledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DECISIONTASKCOMPLETEDEVENTID =
10
- DETAILS =
20
- FIELDS =
{ DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2126 |
# File 'lib/gen/thrift/shared_types.rb', line 2126 def struct_fields; FIELDS; end |
#validate ⇒ Object
2128 2129 |
# File 'lib/gen/thrift/shared_types.rb', line 2128 def validate end |