Class: Stat::Query::TBackendService::DelMostFollowedUser_args

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

Constant Summary collapse

ID =
1
USERS =
2
FIELDS =
{
  ID => {:type => ::Thrift::Types::I64, :name => 'id'},
  USERS => {:type => ::Thrift::Types::LIST, :name => 'users', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



396
# File 'lib/t_backend_service.rb', line 396

def struct_fields; FIELDS; end

#validateObject



398
399
# File 'lib/t_backend_service.rb', line 398

def validate
end