Sha256: c6d98f1c73d77d85a0b2f7997e54f6ebe65038e91ab7f8ae20d9774c0027fd4c

Contents?: true

Size: 637 Bytes

Versions: 8

Compression:

Stored size: 637 Bytes

Contents

# PulpRpmClient::InlineResponse20013

## Properties

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

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::InlineResponse20013.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/InlineResponse20013.md
pulp_rpm_client-3.11.3 docs/InlineResponse20013.md
pulp_rpm_client-3.11.2 docs/InlineResponse20013.md
pulp_rpm_client-3.6.3 docs/InlineResponse20013.md
pulp_rpm_client-3.7.0 docs/InlineResponse20013.md
pulp_rpm_client-3.6.2 docs/InlineResponse20013.md
pulp_rpm_client-3.6.1 docs/InlineResponse20013.md
pulp_rpm_client-3.6.0 docs/InlineResponse20013.md