Sha256: 18b0c96d310dfd282034bb55ce74edf5333894907ae0f7cb58cb9c46baf37473
Contents?: true
Size: 1.52 KB
Versions: 6
Compression:
Stored size: 1.52 KB
Contents
# PulpRpmClient::RpmModulemdResponse ## 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] **name** | **String** | Modulemd name. | **stream** | **String** | Stream name. | **version** | **String** | Modulemd version. | **context** | **String** | Modulemd context. | **arch** | **String** | Modulemd architecture. | **artifacts** | [**Object**](.md) | Modulemd artifacts. | **dependencies** | [**Object**](.md) | Modulemd dependencies. | **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional] **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null, pulp_created: null, artifact: null, name: null, stream: null, version: null, context: null, arch: null, artifacts: null, dependencies: null, packages: null, sha256: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems