Sha256: 67a7731f2e94d6eaa83afe1cc10b3c14c4fcb72f6fc32360b066ac4eae2b828b
Contents?: true
Size: 1.34 KB
Versions: 94
Compression:
Stored size: 1.34 KB
Contents
# PulpFileClient::PatchedfileFileRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | [optional] **description** | **String** | An optional description. | [optional] **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] **remote** | **String** | An optional remote to use by default when syncing. | [optional] **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false] **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST'] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PatchedfileFileRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null, autopublish: null, manifest: null) ```
Version data entries
94 entries across 94 versions & 1 rubygems