Sha256: 5ab81638eead6ccbd2363dafa3c532ca8f8d60925e31306859c4212e14ddcf94
Contents?: true
Size: 734 Bytes
Versions: 410
Compression:
Stored size: 734 Bytes
Contents
# PulpcoreClient::PatchedPulpExporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the file system exporter. | [optional] **path** | **String** | File system directory to store exported tar.gzs. | [optional] **repositories** | **Array<String>** | | [optional] **last_export** | **String** | Last attempted export for this PulpExporter | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedPulpExporter.new(name: null, path: null, repositories: null, last_export: null) ```
Version data entries
410 entries across 410 versions & 1 rubygems