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