Class: CadenceThrift::TerminateWorkflowExecutionRequest
- Inherits:
-
Object
- Object
- CadenceThrift::TerminateWorkflowExecutionRequest
- 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
- REASON =
30
- DETAILS =
40
- IDENTITY =
50
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}, REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3790 |
# File 'lib/gen/thrift/shared_types.rb', line 3790 def struct_fields; FIELDS; end |
#validate ⇒ Object
3792 3793 |
# File 'lib/gen/thrift/shared_types.rb', line 3792 def validate end |