Sha256: ab25ba325ac2a6830d5c630768a8a8b53be03da2050b30aa32572607b7918b56
Contents?: true
Size: 845 Bytes
Versions: 2
Compression:
Stored size: 845 Bytes
Contents
# PulpcoreClient::PatchedfileFileAlternateContentSource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of Alternate Content Source. | [optional] **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. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedfileFileAlternateContentSource.new(name: null, last_refreshed: null, paths: null, remote: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.55.2 | docs/PatchedfileFileAlternateContentSource.md |
pulpcore_client-3.49.14 | docs/PatchedfileFileAlternateContentSource.md |