Class: WiMP::Gen::ClientApiService::MoveUserPlaylistTracks_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
FROMINDEX =
2
TOINDEX =
3
SESSONID =
4
FIELDS =
{
  UUID => {:type => ::Thrift::Types::STRING, :name => 'uuid'},
  FROMINDEX => {:type => ::Thrift::Types::LIST, :name => 'fromIndex', :element => {:type => ::Thrift::Types::I32}},
  TOINDEX => {:type => ::Thrift::Types::I32, :name => 'toIndex'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2813
2814
# File 'lib/gen/client_api_service.rb', line 2813

def validate
end