Class: CadenceThrift::DescribeHistoryHostRequest

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

HOSTADDRESS =
10
SHARDIDFORHOST =
20
EXECUTIONFORHOST =
30
FIELDS =
{
  HOSTADDRESS => {:type => ::Thrift::Types::STRING, :name => 'hostAddress', :optional => true},
  SHARDIDFORHOST => {:type => ::Thrift::Types::I32, :name => 'shardIdForHost', :optional => true},
  EXECUTIONFORHOST => {:type => ::Thrift::Types::STRUCT, :name => 'executionForHost', :class => ::CadenceThrift::WorkflowExecution, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end