Sha256: c9e10c7cd4c13c45a0f7738e5be7cdcc5582ce333954033e9c3d1f0451e4ceb4
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
# PulpFileClient::Export ## 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. | **exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly] **params** | [**Object**](.md) | Any additional parameters that were used to create the export. | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::Export.new(pulp_href: null, pulp_created: null, task: null, exported_resources: null, params: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-0.3.0 | docs/Export.md |