Sha256: 026b37b0eb6989d70dceaa88359bebf518585ee813e46d78d5a41d1929c3c7ce
Contents?: true
Size: 484 Bytes
Versions: 84
Compression:
Stored size: 484 Bytes
Contents
# PulpRpmClient::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 'PulpRpmClient' instance = PulpRpmClient::Repair.new(verify_checksums: null) ```
Version data entries
84 entries across 84 versions & 1 rubygems