Class: CadenceThrift::StartWorkflowExecutionResponse
- Inherits:
-
Object
- Object
- CadenceThrift::StartWorkflowExecutionResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- RUNID =
10
- FIELDS =
{ RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3187 |
# File 'lib/gen/thrift/shared_types.rb', line 3187 def struct_fields; FIELDS; end |
#validate ⇒ Object
3189 3190 |
# File 'lib/gen/thrift/shared_types.rb', line 3189 def validate end |