Class: CadenceThrift::DescribeWorkflowExecutionRequest

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
EXECUTION =
20
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  EXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'execution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end