Class: WiMP::Gen::ClientApiService::RemoveUserPlaylistByUuid_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
SESSONID =
2
FIELDS =
{
  UUID => {:type => ::Thrift::Types::STRING, :name => 'uuid'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2847
2848
# File 'lib/gen/client_api_service.rb', line 2847

def validate
end