Class: WiMP::Gen::ClientApiService::SuggestTracksByTrackIds_args

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

Constant Summary collapse

TRACKIDS =
1
LIMIT =
2
SESSONID =
3
FIELDS =
{
  TRACKIDS => {:type => ::Thrift::Types::LIST, :name => 'trackIds', :element => {:type => ::Thrift::Types::I32}},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2989
# File 'lib/gen/client_api_service.rb', line 2989

def struct_fields; FIELDS; end

#validateObject



2991
2992
# File 'lib/gen/client_api_service.rb', line 2991

def validate
end