Sha256: 0bd07f6783189e0d69176073886e67dd9275f4802006939207aa4f055f82f8a0

Contents?: true

Size: 866 Bytes

Versions: 2

Compression:

Stored size: 866 Bytes

Contents

# PulpFileClient::PulpImportCheck

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | Path to export-tar-gz that will be imported. | [optional] 
**toc** | **String** | Path to a table-of-contents file describing chunks to be validated, reassembled, and imported. | [optional] 
**repo_mapping** | **String** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::PulpImportCheck.new(path: null,
                                 toc: null,
                                 repo_mapping: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PulpImportCheck.md
pulp_file_client-3.49.14 docs/PulpImportCheck.md