Class: CadenceThrift::ChildWorkflowExecutionCompletedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ChildWorkflowExecutionCompletedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- RESULT =
10
- DOMAIN =
20
- WORKFLOWEXECUTION =
30
- WORKFLOWTYPE =
40
- INITIATEDEVENTID =
50
- STARTEDEVENTID =
60
- FIELDS =
{ RESULT => {:type => ::Thrift::Types::STRING, :name => 'result', :binary => true, :optional => true}, 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
2491 |
# File 'lib/gen/thrift/shared_types.rb', line 2491 def struct_fields; FIELDS; end |
#validate ⇒ Object
2493 2494 |
# File 'lib/gen/thrift/shared_types.rb', line 2493 def validate end |