Sha256: af6c432f5a8cb781bb3f61807ebe110aeffe85f706ead8ed8bc395661d40e91b
Contents?: true
Size: 675 Bytes
Versions: 125
Compression:
Stored size: 675 Bytes
Contents
# PulpRpmClient::RpmPackageLangpacksResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **matches** | [**Object**](.md) | Langpacks matches. | **digest** | **String** | Langpacks digest. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null, pulp_created: null, matches: null, digest: null) ```
Version data entries
125 entries across 125 versions & 1 rubygems