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