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