Sha256: 674afa7a412e6901ab0e0b4d07169fc097e46e18646e0926aa858fbc9e628b57
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
# PulpMavenClient::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 'PulpMavenClient' instance = PulpMavenClient::Repair.new(verify_checksums: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems