Sha256: 81e06e6305bf42f4b99b79a654161af22e18e578c87bd15da0e6b39465494061
Contents?: true
Size: 943 Bytes
Versions: 336
Compression:
Stored size: 943 Bytes
Contents
# PulpcoreClient::PulpExporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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 'PulpcoreClient' instance = PulpcoreClient::PulpExporterResponse.new(pulp_href: null, pulp_created: null, name: null, path: null, repositories: null, last_export: null) ```
Version data entries
336 entries across 336 versions & 1 rubygems