Class: CadenceThrift::RequestCancelWorkflowExecutionRequest
- Inherits:
-
Object
- Object
- CadenceThrift::RequestCancelWorkflowExecutionRequest
- 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
- IDENTITY =
30
- REQUESTID =
40
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}, REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3636 |
# File 'lib/gen/thrift/shared_types.rb', line 3636 def struct_fields; FIELDS; end |
#validate ⇒ Object
3638 3639 |
# File 'lib/gen/thrift/shared_types.rb', line 3638 def validate end |