Sha256: 69d49f5ac733476e429d1ca98b999d762331794b0a2fa8faef9227a125a1c189

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 KB

Contents

# PulpcoreClient::FilesystemExportResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**task** | **String** | A URI of the task that ran the Export. | [optional] 
**exported_resources** | **Array<String>** | Resources that were exported. | [optional] [readonly] 
**params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::FilesystemExportResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 task: null,
                                 exported_resources: null,
                                 params: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulpcore_client-3.63.3 docs/FilesystemExportResponse.md
pulpcore_client-3.68.0 docs/FilesystemExportResponse.md
pulpcore_client-3.67.1 docs/FilesystemExportResponse.md
pulpcore_client-3.63.2 docs/FilesystemExportResponse.md
pulpcore_client-3.66.1 docs/FilesystemExportResponse.md
pulpcore_client-3.67.0 docs/FilesystemExportResponse.md
pulpcore_client-3.63.1 docs/FilesystemExportResponse.md