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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2919
2920
# File 'lib/gen/client_api_service.rb', line 2919

def validate
end