Sha256: 230d371a868568b8d560f5d804a36ac0fb56ebf64969844d67ceb69963c7ee09
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# PulpRpmClient::RpmPackageLangpacksResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **matches** | [**AnyType**](.md) | Langpacks matches. | **digest** | **String** | Langpacks digest. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, matches: null, digest: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.27.1 | docs/RpmPackageLangpacksResponse.md |