Sha256: 66eb4462ba25215f2657c1c3bb1cde09bdb93b282401bfebb18751cc112e55ea
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 KB
Contents
# PulpRpmClient::RpmModulemdDefaultsResponse ## 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::RpmModulemdDefaultsResponse.new(pulp_href: null, pulp_created: null, artifact: null, _module: null, stream: null, profiles: null, sha256: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems