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

Version Path
pulp_file_client-3.43.2 docs/PatchedfileFileRepository.md
pulp_file_client-3.43.1 docs/PatchedfileFileRepository.md
pulp_file_client-3.43.0 docs/PatchedfileFileRepository.md
pulp_file_client-3.40.41699622829 docs/PatchedfileFileRepository.md
pulp_file_client-1.15.1 docs/PatchedfileFileRepository.md
pulp_file_client-1.15.0 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.5 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.4 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.3 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.2 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.1 docs/PatchedfileFileRepository.md
pulp_file_client-1.14.0 docs/PatchedfileFileRepository.md
pulp_file_client-1.13.1 docs/PatchedfileFileRepository.md
pulp_file_client-1.13.0 docs/PatchedfileFileRepository.md