Sha256: 96b3f87ed0d12459f608de43da407608f4f8d3b83d07cceb230e8273b3a58c0a
Contents?: true
Size: 620 Bytes
Versions: 2
Compression:
Stored size: 620 Bytes
Contents
# PulpAnsibleClient::InlineResponse20011 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyCollectionRead>**](GalaxyCollectionRead.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::InlineResponse20011.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.0b14 | docs/InlineResponse20011.md |
pulp_ansible_client-0.2.0b13 | docs/InlineResponse20011.md |