Sha256: cb65c8ca7ff8f07f32375aa719ff753c2dc1defd635fda69032756e2169f6944
Contents?: true
Size: 821 Bytes
Versions: 11
Compression:
Stored size: 821 Bytes
Contents
# PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<AnsibleCollectionVersionResponse>**](AnsibleCollectionVersionResponse.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList.new(count: 123, _next: http://api.example.org/accounts/?offset=400&limit=100, previous: http://api.example.org/accounts/?offset=200&limit=100, results: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems