Sha256: 96b1ef6ce8542fac5b9096843fb87a9e5169cde4cf4202b7f0073f29f02b3126
Contents?: true
Size: 1.72 KB
Versions: 8
Compression:
Stored size: 1.72 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. | **packagegroups** | **Array<String>** | Groups related to this Environment. | [optional] **optionalgroups** | **Array<String>** | Groups optionally related to this Environment. | [optional] ## 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, packagegroups: null, optionalgroups: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems