Sha256: 7d0c128a68a3c8cc5a214a1327648b0e456331f2378781a098621fa29e63c64f
Contents?: true
Size: 1.03 KB
Versions: 82
Compression:
Stored size: 1.03 KB
Contents
# PulpRpmClient::RpmRpmAlternateContentSourceResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **name** | **String** | Name of Alternate Content Source. | **last_refreshed** | **DateTime** | Date of last refresh of AlternateContentSource. | [optional] **paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional] **remote** | **String** | The remote to provide alternate content source. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null, pulp_created: null, name: null, last_refreshed: null, paths: null, remote: null) ```
Version data entries
82 entries across 82 versions & 1 rubygems