Class: WiMP::Gen::ClientApiService::RemoveUserPlaylistTracks_args

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

Constant Summary collapse

UUID =
1
INDICES =
2
SESSONID =
3
FIELDS =
{
  UUID => {:type => ::Thrift::Types::STRING, :name => 'uuid'},
  INDICES => {:type => ::Thrift::Types::LIST, :name => 'indices', :element => {:type => ::Thrift::Types::I32}},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2883
2884
# File 'lib/gen/client_api_service.rb', line 2883

def validate
end