Sha256: a4d4c5e72df5770f8b40a23445043d0a9aaebe281baa51e90d81e6e9939eec7d
Contents?: true
Size: 659 Bytes
Versions: 10
Compression:
Stored size: 659 Bytes
Contents
# PulpRpmClient::RpmPackageLangpacks ## 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::RpmPackageLangpacks.new(pulp_href: null, pulp_created: null, matches: null, digest: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems