Sha256: 16c7c3da0d6c4e350890daff2615b694cfd9c26cc26ef4aa018c3cb6ed60f78b

Contents?: true

Size: 641 Bytes

Versions: 8

Compression:

Stored size: 641 Bytes

Contents

# PulpRpmClient::InlineResponse2009

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | [optional] 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<RpmRepoMetadataFileResponse>**](RpmRepoMetadataFileResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::InlineResponse2009.new(count: 123,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_rpm_client-3.11.4 docs/InlineResponse2009.md
pulp_rpm_client-3.11.3 docs/InlineResponse2009.md
pulp_rpm_client-3.11.2 docs/InlineResponse2009.md
pulp_rpm_client-3.6.3 docs/InlineResponse2009.md
pulp_rpm_client-3.7.0 docs/InlineResponse2009.md
pulp_rpm_client-3.6.2 docs/InlineResponse2009.md
pulp_rpm_client-3.6.1 docs/InlineResponse2009.md
pulp_rpm_client-3.6.0 docs/InlineResponse2009.md