Sha256: a8e99720c138d275c09411f14a4b85d1838ee5f329a5e3c22e7b7e385c6072aa
Contents?: true
Size: 503 Bytes
Versions: 134
Compression:
Stored size: 503 Bytes
Contents
# PulpcoreClient::PulpImport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **String** | Path to export that will be imported. | [optional] **toc** | **String** | Path to a table-of-contents file describing chunks to be validated, reassembled, and imported. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PulpImport.new(path: null, toc: null) ```
Version data entries
134 entries across 134 versions & 1 rubygems