Sha256: 9fdc94831df2aa179bb7fd85d820ffa8bcfe01f93538b2be97470a89652b23af
Contents?: true
Size: 1000 Bytes
Versions: 7
Compression:
Stored size: 1000 Bytes
Contents
# PulpContainerClient::ContainerTagResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [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, pulp_created: null, pulp_last_updated: null, name: null, tagged_manifest: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems