PulpRpmClient::ChecksumResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| path | String | File path. | |
| checksum | String | Checksum for the file. |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::ChecksumResponse.new(path: null,
checksum: null)