Sha256: 4d37184fae06ea0138a5f16ac42a05c370de434f9d1f7873c9e115244fde64b7
Contents?: true
Size: 792 Bytes
Versions: 7
Compression:
Stored size: 792 Bytes
Contents
# PulpContainerClient::ContainerTag ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | **name** | **String** | Tag name | **tagged_manifest** | **String** | Manifest that is tagged | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerTag.new(pulp_href: null, pulp_created: null, artifact: null, name: null, tagged_manifest: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems