Class: CadenceThrift::ChildWorkflowExecutionCanceledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ChildWorkflowExecutionCanceledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DETAILS =
10
- DOMAIN =
20
- WORKFLOWEXECUTION =
30
- WORKFLOWTYPE =
40
- INITIATEDEVENTID =
50
- STARTEDEVENTID =
60
- FIELDS =
{ DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :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
2545 |
# File 'lib/gen/thrift/shared_types.rb', line 2545 def struct_fields; FIELDS; end |
#validate ⇒ Object
2547 2548 |
# File 'lib/gen/thrift/shared_types.rb', line 2547 def validate end |