Sha256: 863c23c93ebf53055c1fa75da51247b21b402f648fe1e567ed3aca6ea471f5a9
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
# PulpRpmClient::RpmModulemd ## 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] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmModulemd.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) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.2.0 | docs/RpmModulemd.md |
pulp_rpm_client-3.1.0 | docs/RpmModulemd.md |
pulp_rpm_client-3.0.0 | docs/RpmModulemd.md |
pulp_rpm_client-3.0.0rc1 | docs/RpmModulemd.md |