Sha256: 491dfb41184ff67ac96284e3189a01e9ed4b07ac9a85d44699a9c75bc8755047

Contents?: true

Size: 829 Bytes

Versions: 2

Compression:

Stored size: 829 Bytes

Contents

# PulpFileClient::VersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**component** | **String** | Name of a versioned component of Pulp | 
**version** | **String** | Version of the component (e.g. 3.0.0) | 
**package** | **String** | Python package name providing the component | 
**_module** | **String** | Python module name of the component | 
**domain_compatible** | **Boolean** | Domain feature compatibility of component | 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::VersionResponse.new(component: null,
                                 version: null,
                                 package: null,
                                 _module: null,
                                 domain_compatible: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/VersionResponse.md
pulp_file_client-3.49.14 docs/VersionResponse.md