Sha256: 32e7985b42572da498149c6f4a2572b1fd7ffb574b2205ec26a6d0b8495d60c8
Contents?: true
Size: 787 Bytes
Versions: 388
Compression:
Stored size: 787 Bytes
Contents
# PulpcoreClient::PulpImportCheckResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **toc** | [**EvaluationResponse**](EvaluationResponse.md) | Evaluation of proposed 'toc' file for PulpImport | [optional] **path** | [**EvaluationResponse**](EvaluationResponse.md) | Evaluation of proposed 'path' file for PulpImport | [optional] **repo_mapping** | [**EvaluationResponse**](EvaluationResponse.md) | Evaluation of proposed 'repo_mapping' file for PulpImport | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PulpImportCheckResponse.new(toc: null, path: null, repo_mapping: null) ```
Version data entries
388 entries across 388 versions & 1 rubygems