Sha256: 6cae960b92966be2b5dbd1d18de1782748e70d9d543273a8755007b5dac5e7fc

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# PulpFileClient::FileFilePublication

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**publisher** | **String** |  | [optional] 
**repository_version** | **String** |  | [optional] 
**repository** | **String** | A URI of the repository to be published. | [optional] 
**distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional] [readonly] 
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileFilePublication.new(pulp_href: null,
                                 pulp_created: null,
                                 publisher: null,
                                 repository_version: null,
                                 repository: null,
                                 distributions: null,
                                 manifest: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-0.1.0rc1 docs/FileFilePublication.md