Class: CadenceThrift::WorkflowService::RequestCancelWorkflowExecution_args
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowService::RequestCancelWorkflowExecution_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/workflow_service.rb
Constant Summary collapse
- CANCELREQUEST =
1
- FIELDS =
{ CANCELREQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'cancelRequest', :class => ::CadenceThrift::RequestCancelWorkflowExecutionRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2405 |
# File 'lib/gen/thrift/workflow_service.rb', line 2405 def struct_fields; FIELDS; end |
#validate ⇒ Object
2407 2408 |
# File 'lib/gen/thrift/workflow_service.rb', line 2407 def validate end |