Sha256: c40bb4ec4e559db420c2c09f62fec583e75590b2e0cef78662ebe61514d1262d

Contents?: true

Size: 795 Bytes

Versions: 290

Compression:

Stored size: 795 Bytes

Contents

# PulpcoreClient::FilesystemExport

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task** | **String** | A URI of the task that ran the Export. | [optional] 
**publication** | **String** | A URI of the publication to be exported. | [optional] 
**repository_version** | **String** | A URI of the repository version export. | [optional] 
**start_repository_version** | **String** | The URI of the last-exported-repo-version. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::FilesystemExport.new(task: null,
                                 publication: null,
                                 repository_version: null,
                                 start_repository_version: null)
```


Version data entries

290 entries across 290 versions & 1 rubygems

Version Path
pulpcore_client-3.21.7 docs/FilesystemExport.md
pulpcore_client-3.23.2 docs/FilesystemExport.md
pulpcore_client-3.18.16 docs/FilesystemExport.md
pulpcore_client-3.21.6 docs/FilesystemExport.md
pulpcore_client-3.23.1 docs/FilesystemExport.md
pulpcore_client-3.23.0 docs/FilesystemExport.md
pulpcore_client-3.18.15 docs/FilesystemExport.md
pulpcore_client-3.22.3 docs/FilesystemExport.md
pulpcore_client-3.22.2 docs/FilesystemExport.md
pulpcore_client-3.21.5 docs/FilesystemExport.md