Class: CadenceThrift::RemoveTaskRequest

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

SHARDID =
10
TYPE =
20
TASKID =
30
FIELDS =
{
  SHARDID => {:type => ::Thrift::Types::I32, :name => 'shardID', :optional => true},
  TYPE => {:type => ::Thrift::Types::I32, :name => 'type', :optional => true},
  TASKID => {:type => ::Thrift::Types::I64, :name => 'taskID', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end