Sha256: d7fd4afd73bdb34e8a23c74d239574df81227de5c79e3c614ad7e6c8f893cf8a

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

# PulpcoreClient::RepositoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**versions_href** | **String** |  | [optional] [readonly] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**latest_version_href** | **String** |  | [optional] [readonly] 
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 
**remote** | **String** |  | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::RepositoryResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 versions_href: null,
                                 pulp_labels: null,
                                 latest_version_href: null,
                                 name: null,
                                 description: null,
                                 remote: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulpcore_client-3.11.2 docs/RepositoryResponse.md
pulpcore_client-3.12.2 docs/RepositoryResponse.md
pulpcore_client-3.11.1 docs/RepositoryResponse.md
pulpcore_client-3.12.1 docs/RepositoryResponse.md
pulpcore_client-3.12.0 docs/RepositoryResponse.md
pulpcore_client-3.11.0.post0 docs/RepositoryResponse.md
pulpcore_client-3.11.0 docs/RepositoryResponse.md
pulpcore_client-3.10.0 docs/RepositoryResponse.md