Sha256: 00e27e5cb4a28d501e21968d3958b1c375c2df31a61aa310b832afe534fa2815

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

# PulpcoreClient::InlineResponse2001

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::InlineResponse2001.new(count: null,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulpcore_client-3.2.1 docs/InlineResponse2001.md
pulpcore_client-3.2.0 docs/InlineResponse2001.md
pulpcore_client-3.1.1 docs/InlineResponse2001.md
pulpcore_client-3.1.0 docs/InlineResponse2001.md