Sha256: 5891a27e9c7d50a8d8fea8983a634451e25ec3760138dcc2d88516270627df63
Contents?: true
Size: 909 Bytes
Versions: 12
Compression:
Stored size: 909 Bytes
Contents
# PulpFileClient::ExportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **task** | **String** | A URI of the task that ran the Export. | [optional] **exported_resources** | **Array<Object>** | 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 'PulpFileClient' instance = PulpFileClient::ExportResponse.new(pulp_href: null, pulp_created: null, task: null, exported_resources: null, params: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems