Sha256: 7c74002a78370f292c70e7ad464e83c53f65b830988a7e903811de91a97670ad
Contents?: true
Size: 493 Bytes
Versions: 19
Compression:
Stored size: 493 Bytes
Contents
# PulpPythonClient::Repair ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **verify_checksums** | **Boolean** | Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default | [optional] [default to true] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::Repair.new(verify_checksums: null) ```
Version data entries
19 entries across 19 versions & 1 rubygems