Class: CadenceThrift::ChildWorkflowExecutionTerminatedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ChildWorkflowExecutionTerminatedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DOMAIN =
10
- WORKFLOWEXECUTION =
20
- WORKFLOWTYPE =
30
- INITIATEDEVENTID =
40
- STARTEDEVENTID =
50
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}, WORKFLOWTYPE => {:type => ::Thrift::Types::STRUCT, :name => 'workflowType', :class => ::CadenceThrift::WorkflowType, :optional => true}, INITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'initiatedEventId', :optional => true}, STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2598 |
# File 'lib/gen/thrift/shared_types.rb', line 2598 def struct_fields; FIELDS; end |
#validate ⇒ Object
2600 2601 |
# File 'lib/gen/thrift/shared_types.rb', line 2600 def validate end |