Sha256: e60c39ff86608a1675b5044b337bd8c28542be7b8dcdcaeaae1e11378835ba19
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
# PulpContainerClient::ContainerTagResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **name** | **String** | Tag name | **tagged_manifest** | **String** | Manifest that is tagged | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerTagResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, tagged_manifest: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems