Sha256: 662529f4fb91477086616d0e6dcf0e336c99ffaf57c02ff66679daa862f35535
Contents?: true
Size: 610 Bytes
Versions: 2
Compression:
Stored size: 610 Bytes
Contents
# PulpAnsibleClient::InlineResponse2008 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyCollection>**](GalaxyCollection.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::InlineResponse2008.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b5 | docs/InlineResponse2008.md |
pulp_ansible_client-0.2.0b3 | docs/InlineResponse2008.md |