Sha256: dd22bbb250a6d4fe0b126f14c187d0252a005ecb720e26fc5896eca13fb8da10
Contents?: true
Size: 567 Bytes
Versions: 11
Compression:
Stored size: 567 Bytes
Contents
# PulpRpmClient::RpmUpdateCollection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Collection name. | **shortname** | **String** | Collection short name. | **packages** | **Array<Hash<String, String>>** | List of packages | [optional] [readonly] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmUpdateCollection.new(name: null, shortname: null, packages: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems