Sha256: 56dc2c5607c23ab610cace00c6f669656da7633cbb0cc6609b7602e45c034d08
Contents?: true
Size: 1.13 KB
Versions: 53
Compression:
Stored size: 1.13 KB
Contents
# PulpRpmClient::RpmModulemdDefaults ## 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] **_module** | **String** | Modulemd name. | **stream** | **String** | Modulemd default stream. | **profiles** | [**Object**](.md) | Default profiles for modulemd streams. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmModulemdDefaults.new(artifact: null, relative_path: null, file: null, repository: null, _module: null, stream: null, profiles: null) ```
Version data entries
53 entries across 53 versions & 1 rubygems