Sha256: 7f98504f8936fb8fd9c9e39e3f60471df7bfc52588fe482c1f0860f8fe9ef8ab
Contents?: true
Size: 740 Bytes
Versions: 53
Compression:
Stored size: 740 Bytes
Contents
# PulpcoreClient::PaginatedDomainResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<DomainResponse>**](DomainResponse.md) | | ## 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
53 entries across 53 versions & 1 rubygems