Class: CadenceThrift::RequestCancelWorkflowExecutionRequest

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



3636
# File 'lib/gen/thrift/shared_types.rb', line 3636

def struct_fields; FIELDS; end

#validateObject



3638
3639
# File 'lib/gen/thrift/shared_types.rb', line 3638

def validate
end