Sha256: df9aea93dd623d9e04cb254e3ab5f32bd8eceff424eb1ccbcf8d4f5724104c8d
Contents?: true
Size: 904 Bytes
Versions: 7
Compression:
Stored size: 904 Bytes
Contents
# PulpContainerClient::ContainerContainerNamespaceResponse ## 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** | | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, name: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems