Sha256: 53986121bbcb468cc32f101dd12306a876ddb2cf066ea4f10202907ee4164363

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

# PulpFileClient::FileFileRepositoryResponse

## 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 'PulpFileClient'

instance = PulpFileClient::FileFileRepositoryResponse.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

5 entries across 5 versions & 1 rubygems

Version Path
pulp_file_client-1.6.1 docs/FileFileRepositoryResponse.md
pulp_file_client-1.6.0.post3 docs/FileFileRepositoryResponse.md
pulp_file_client-1.6.0.post2 docs/FileFileRepositoryResponse.md
pulp_file_client-1.6.0.post1 docs/FileFileRepositoryResponse.md
pulp_file_client-1.6.0.post0 docs/FileFileRepositoryResponse.md