# PulpContainerClient::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 'PulpContainerClient' instance = PulpContainerClient::Repair.new(verify_checksums: null) ```