Class: WiMP::Gen::ClientApiService::AddTracksToUserPlaylist_args

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

Constant Summary collapse

PLAYLISTUUID =
1
TRACKS =
2
POSITION =
3
SESSIONID =
4
FIELDS =
{
  PLAYLISTUUID => {:type => ::Thrift::Types::STRING, :name => 'playlistUUID'},
  TRACKS => {:type => ::Thrift::Types::LIST, :name => 'tracks', :element => {:type => ::Thrift::Types::I32}},
  POSITION => {:type => ::Thrift::Types::I32, :name => 'position'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1347
1348
# File 'lib/gen/client_api_service.rb', line 1347

def validate
end