Sha256: e5f6149b7082f2147e804c1e7de6c36e761ddf8bc71979787f118c97ac8dff09
Contents?: true
Size: 1.04 KB
Versions: 37
Compression:
Stored size: 1.04 KB
Contents
# PulpFileClient::FileFileAlternateContentSourceResponse ## 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 'PulpFileClient' instance = PulpFileClient::FileFileAlternateContentSourceResponse.new(pulp_href: null, pulp_created: null, name: null, last_refreshed: null, paths: null, remote: null) ```
Version data entries
37 entries across 37 versions & 1 rubygems