Class: CadenceThrift::ChildWorkflowExecutionStartedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ChildWorkflowExecutionStartedEventAttributes
- 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
- INITIATEDEVENTID =
20
- WORKFLOWEXECUTION =
30
- WORKFLOWTYPE =
40
- HEADER =
50
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, INITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'initiatedEventId', :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}, HEADER => {:type => ::Thrift::Types::STRUCT, :name => 'header', :class => ::CadenceThrift::Header, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2465 |
# File 'lib/gen/thrift/shared_types.rb', line 2465 def struct_fields; FIELDS; end |
#validate ⇒ Object
2467 2468 |
# File 'lib/gen/thrift/shared_types.rb', line 2467 def validate end |