PulpRpmClient::RpmPackageEnvironmentResponse
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 |
Environment group list. |
|
| option_ids |
Object |
Environment option ids |
|
| desc_by_lang |
Object |
Environment description by language. |
|
| name_by_lang |
Object |
Environment name by language. |
|
| digest |
String |
Environment digest. |
|
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::RpmPackageEnvironmentResponse.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)