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