Sha256: 654afcb07a341df4164d4100e12b9fc191cc35138366f300b199e9da4903c434
Contents?: true
Size: 838 Bytes
Versions: 90
Compression:
Stored size: 838 Bytes
Contents
# PulpRpmClient::PatchedrpmRpmAlternateContentSource ## 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 'PulpRpmClient' instance = PulpRpmClient::PatchedrpmRpmAlternateContentSource.new(name: null, last_refreshed: null, paths: null, remote: null) ```
Version data entries
90 entries across 90 versions & 1 rubygems