Sha256: 2f2fe43fa1d535825fdfd777a45a68da9ae9b7d0e0d60e39dcb79beb3cb9aa0e

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

# PulpRpmClient::RpmPackageEnvironmentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**id** | **String** | Environment id. | 
**name** | **String** | Environment name. | 
**description** | **String** | Environment description. | 
**display_order** | **Integer** | Environment display order. | 
**group_ids** | [**AnyType**](.md) | Environment group list. | 
**option_ids** | [**AnyType**](.md) | Environment option ids | 
**desc_by_lang** | [**AnyType**](.md) | Environment description by language. | 
**name_by_lang** | [**AnyType**](.md) | Environment name by language. | 
**digest** | **String** | Environment digest. | 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: 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

1 entries across 1 versions & 1 rubygems

Version Path
pulp_rpm_client-3.27.1 docs/RpmPackageEnvironmentResponse.md