Sha256: e151bcd4c98147f1ddf174e9f677b13fff296a0a0d23dd8804d599ed35311063
Contents?: true
Size: 680 Bytes
Versions: 114
Compression:
Stored size: 680 Bytes
Contents
# PulpContainerClient::ContainerTagResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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, name: null, tagged_manifest: null) ```
Version data entries
114 entries across 114 versions & 1 rubygems