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

Version Path
pulp_container_client-2.19.4 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.20.5 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.20.4 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.20.3 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.20.2 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.20.1 docs/ContainerContainerNamespaceResponse.md
pulp_container_client-2.21.0 docs/ContainerContainerNamespaceResponse.md