Class: Stat::Query::TDiscoverService::SelectMobileMultiCategories_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/t_discover_service.rb

Constant Summary collapse

CATEGORYIDANDVERSIONS =
1
DEVICE =
2
SCALE =
3
FIELDS =
{
  CATEGORYIDANDVERSIONS => {:type => ::Thrift::Types::MAP, :name => 'categoryIdAndVersions', :key => {:type => ::Thrift::Types::I32}, :value => {:type => ::Thrift::Types::STRING}},
  DEVICE => {:type => ::Thrift::Types::STRING, :name => 'device'},
  SCALE => {:type => ::Thrift::Types::I32, :name => 'scale'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



784
# File 'lib/t_discover_service.rb', line 784

def struct_fields; FIELDS; end

#validateObject



786
787
# File 'lib/t_discover_service.rb', line 786

def validate
end