PulpRpmClient::RpmPackageLangpacksResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| pulp_href | String | [optional] [readonly] | |
| pulp_created | DateTime | Timestamp of creation. | [optional] [readonly] |
| matches | Object | Langpacks matches. | |
| digest | String | Langpacks digest. |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
pulp_created: null,
matches: null,
digest: null)