Class: WiMP::Gen::ClientApiService::SuggestTracksByArtistIds_args

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

Constant Summary collapse

ARTISTIDS =
1
LIMIT =
2
SESSONID =
3
FIELDS =
{
  ARTISTIDS => {:type => ::Thrift::Types::LIST, :name => 'artistIds', :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



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

def struct_fields; FIELDS; end

#validateObject



2955
2956
# File 'lib/gen/client_api_service.rb', line 2955

def validate
end