Sha256: e2bc90b04844d5ec7a616348fa256972def1f999c73961fa91dee0a506d94a8f
Contents?: true
Size: 929 Bytes
Versions: 280
Compression:
Stored size: 929 Bytes
Contents
# PulpcoreClient::FilesystemExportResponse ## 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<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, pulp_created: null, task: null, exported_resources: null, params: null) ```
Version data entries
280 entries across 280 versions & 1 rubygems