Sha256: 0e5d1c11bb1f340e09dc502afdc55b90f6f376436fe764ced59abcafa3eccbea

Contents?: true

Size: 1.08 KB

Versions: 8

Compression:

Stored size: 1.08 KB

Contents

# PulpFileClient::FileFilePublication

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**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,
                                 repository_version: null,
                                 repository: null,
                                 distributions: null,
                                 manifest: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_file_client-1.1.0 docs/FileFilePublication.md
pulp_file_client-1.0.1 docs/FileFilePublication.md
pulp_file_client-1.0.0 docs/FileFilePublication.md
pulp_file_client-0.3.0 docs/FileFilePublication.md
pulp_file_client-0.2.0 docs/FileFilePublication.md
pulp_file_client-0.1.1 docs/FileFilePublication.md
pulp_file_client-0.1.0 docs/FileFilePublication.md
pulp_file_client-0.1.0rc2 docs/FileFilePublication.md