Sha256: 35729d0eba5e8daf7abd674595746dff7ff476dd7d697b46814e3a8fb8a89828

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

Stored size: 672 Bytes

Contents

# PulpcoreClient::FileFilePublication

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repository_version** | **String** |  | [optional] 
**repository** | **String** | A URI of the repository to be published. | [optional] 
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::FileFilePublication.new(repository_version: null,
                                 repository: null,
                                 manifest: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.55.2 docs/FileFilePublication.md
pulpcore_client-3.49.14 docs/FileFilePublication.md