Sha256: 6d8ca02afaca19656f7de23e0b09433703d9f98901459ba15102ba1b5264b970
Contents?: true
Size: 401 Bytes
Versions: 136
Compression:
Stored size: 401 Bytes
Contents
# PulpRpmClient::ChecksumResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **String** | File path. | **checksum** | **String** | Checksum for the file. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::ChecksumResponse.new(path: null, checksum: null) ```
Version data entries
136 entries across 136 versions & 1 rubygems