Class: WiMP::Gen::ClientApiService::GetUserPlaylistsByUuids_args

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

Constant Summary collapse

UUIDS =
1
SESSONID =
2
FIELDS =
{
  UUIDS => {:type => ::Thrift::Types::LIST, :name => 'uuids', :element => {:type => ::Thrift::Types::STRING}},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2775
2776
# File 'lib/gen/client_api_service.rb', line 2775

def validate
end