Sha256: 86fc0b180a853d119af5956f11bb2733ad12ebbb367ee66aca55a5d0088d4f3e
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 KB
Contents
# PulpRpmClient::RpmPackageEnvironment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **id** | **String** | Environment id. | **name** | **String** | Environment name. | **description** | **String** | Environment description. | **display_order** | **Integer** | Environment display order. | **group_ids** | [**Object**](.md) | Environment group list. | **option_ids** | [**Object**](.md) | Environment option ids | **desc_by_lang** | [**Object**](.md) | Environment description by language. | **name_by_lang** | [**Object**](.md) | Environment name by language. | **digest** | **String** | Environment digest. | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackageEnvironment.new(pulp_href: null, pulp_created: null, id: null, name: null, description: null, display_order: null, group_ids: null, option_ids: 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/RpmPackageEnvironment.md |
pulp_rpm_client-3.5.0 | docs/RpmPackageEnvironment.md |