Sha256: 50a4086fc969fa8eadc5d4e3c4502a1b2e069ee4d4c2d98e02e2c44e30fdf1fe
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# PulpRpmClient::RpmPackageGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **id** | **String** | PackageGroup id. | **default** | **Boolean** | PackageGroup default. | [optional] **user_visible** | **Boolean** | PackageGroup user visibility. | [optional] **display_order** | **Integer** | PackageGroup display order. | **name** | **String** | PackageGroup name. | **description** | **String** | PackageGroup description. | **packages** | [**Object**](.md) | PackageGroup package list. | **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional] **desc_by_lang** | [**Object**](.md) | PackageGroup description by language. | **name_by_lang** | [**Object**](.md) | PackageGroup name by language. | **digest** | **String** | PackageGroup digest. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackageGroup.new(pulp_href: null, pulp_created: null, id: null, default: null, user_visible: null, display_order: null, name: null, description: null, packages: null, biarch_only: null, desc_by_lang: null, name_by_lang: null, digest: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.5.1 | docs/RpmPackageGroup.md |
pulp_rpm_client-3.5.0 | docs/RpmPackageGroup.md |