Class: CadenceThrift::WorkflowService::TerminateWorkflowExecution_args
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowService::TerminateWorkflowExecution_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/workflow_service.rb
Constant Summary collapse
- TERMINATEREQUEST =
1
- FIELDS =
{ TERMINATEREQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'terminateRequest', :class => ::CadenceThrift::TerminateWorkflowExecutionRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2589 |
# File 'lib/gen/thrift/workflow_service.rb', line 2589 def struct_fields; FIELDS; end |
#validate ⇒ Object
2591 2592 |
# File 'lib/gen/thrift/workflow_service.rb', line 2591 def validate end |