Sha256: c8b1bf501f4866db0f95be1900b391843c0cf782260d80d4b23b9916b05c2eb1
Contents?: true
Size: 762 Bytes
Versions: 141
Compression:
Stored size: 762 Bytes
Contents
# PulpcoreClient::PaginatedDomainResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<DomainResponse>**](DomainResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedDomainResponseList.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
141 entries across 141 versions & 1 rubygems