Sha256: fc9967f3e2794b1c1d3200e50f1dbdcd3bc204b113861eed69b5d6625774b105

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# PulpcoreClient::Repository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**versions_href** | **String** |  | [optional] [readonly] 
**latest_version_href** | **String** |  | [optional] [readonly] 
**name** | **String** | A unique name for this repository. | 
**plugin_managed** | **Boolean** | True if the plugin manages this repository, users typically do not interact with it. | [optional] [readonly] 
**description** | **String** | An optional description. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::Repository.new(pulp_href: null,
                                 pulp_created: null,
                                 versions_href: null,
                                 latest_version_href: null,
                                 name: null,
                                 plugin_managed: null,
                                 description: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc7 docs/Repository.md