Sha256: ffda14ca1ed85048741e7c04dbdd230ade5cf826fcf07ec7e881b840c8cbe387

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

# PulpAnsibleClient::InlineResponse2004

## Properties

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

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::InlineResponse2004.new(_next: null,
                                 previous: null,
                                 count: null,
                                 results: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b1 docs/InlineResponse2004.md