Sha256: 63179af031f52c4ff39aa083dd483b96330e44e576fbd950aa37beeff8a9a826
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# PulpAnsibleClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_next** | **String** | | [optional] **previous** | **String** | | [optional] **count** | **Integer** | | **results** | [**Array<Collection>**](Collection.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::InlineResponse200.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/InlineResponse200.md |