Class: CadenceThrift::ExternalWorkflowExecutionSignaledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ExternalWorkflowExecutionSignaledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- INITIATEDEVENTID =
10
- DOMAIN =
20
- WORKFLOWEXECUTION =
30
- CONTROL =
40
- FIELDS =
{ INITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'initiatedEventId', :optional => true}, DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}, CONTROL => {:type => ::Thrift::Types::STRING, :name => 'control', :binary => true, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2340 |
# File 'lib/gen/thrift/shared_types.rb', line 2340 def struct_fields; FIELDS; end |
#validate ⇒ Object
2342 2343 |
# File 'lib/gen/thrift/shared_types.rb', line 2342 def validate end |