Class: CadenceThrift::SignalWorkflowExecutionRequest
- Inherits:
-
Object
- Object
- CadenceThrift::SignalWorkflowExecutionRequest
- 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
- SIGNALNAME =
30
- INPUT =
40
- IDENTITY =
50
- REQUESTID =
60
- CONTROL =
70
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}, SIGNALNAME => {:type => ::Thrift::Types::STRING, :name => 'signalName', :optional => true}, INPUT => {:type => ::Thrift::Types::STRING, :name => 'input', :binary => true, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}, REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId', :optional => true}, CONTROL => {:type => ::Thrift::Types::STRING, :name => 'control', :binary => true, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3713 |
# File 'lib/gen/thrift/shared_types.rb', line 3713 def struct_fields; FIELDS; end |
#validate ⇒ Object
3715 3716 |
# File 'lib/gen/thrift/shared_types.rb', line 3715 def validate end |