Sha256: c275c3ff1ed0ebfb8502a368d877ca45092a15922c77f5f22de7e5ed8c0ec5d4
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
# PulpRpmClient::RpmModulemdDefaults ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | [optional] **_module** | **String** | Modulemd name. | **stream** | **String** | Modulemd default stream. | **profiles** | [**Object**](.md) | Default profiles for modulemd streams. | **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmModulemdDefaults.new(pulp_href: null, pulp_created: null, artifact: null, _module: null, stream: null, profiles: null, sha256: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems