Sha256: c33636b42bb6e848a11b0e84f673e91fb4e332831b98dc80e7beb70c24191f3e
Contents?: true
Size: 1.3 KB
Versions: 15
Compression:
Stored size: 1.3 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] **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [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, upload: null, _module: null, stream: null, profiles: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems