Sha256: b7a52b9d0e505eaafb85486ac7e0238fffdbaccec9d188253b6186e137d873e2
Contents?: true
Size: 676 Bytes
Versions: 11
Compression:
Stored size: 676 Bytes
Contents
# PulpContainerClient::TagCopy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **source_repository** | **String** | A URI of the repository to copy content from. | [optional] **source_repository_version** | **String** | A URI of the repository version to copy content from. | [optional] **names** | **Array<String>** | A list of tag names to copy. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::TagCopy.new(source_repository: null, source_repository_version: null, names: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems