Sha256: 488922701fcf416d9b335424927ba62690847cf30b753d2497aab8b604c76e84
Contents?: true
Size: 1.91 KB
Versions: 15
Compression:
Stored size: 1.91 KB
Contents
# PulpRpmClient::RpmModulemd ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **artifact** | **String** | Artifact file representing the physical content | [optional] **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional] **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional] **name** | **String** | Modulemd name. | **stream** | **String** | Stream name. | **version** | **String** | Modulemd version. | **static_context** | **Boolean** | Modulemd static-context flag. | [optional] **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(artifact: null, relative_path: null, file: null, repository: null, upload: null, name: null, stream: null, version: null, static_context: null, context: null, arch: null, artifacts: null, dependencies: null, packages: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems