Sha256: 6a0ff338e1496d386d24b3e04640b2b80798f82a91e7f6321a248bfa28e70ec2

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

# PulpFileClient::PulpExporterResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [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] 
**name** | **String** | Unique name of the file system exporter. | 
**path** | **String** | File system directory to store exported tar.gzs. | 
**repositories** | **Array<String>** |  | 
**last_export** | **String** | Last attempted export for this PulpExporter | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::PulpExporterResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 path: null,
                                 repositories: null,
                                 last_export: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PulpExporterResponse.md
pulp_file_client-3.49.14 docs/PulpExporterResponse.md