Class: CadenceThrift::WorkflowService::RequestCancelWorkflowExecution_args

Inherits:
Object
  • Object
show all
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_fieldsObject



2405
# File 'lib/gen/thrift/workflow_service.rb', line 2405

def struct_fields; FIELDS; end

#validateObject



2407
2408
# File 'lib/gen/thrift/workflow_service.rb', line 2407

def validate
end