Sha256: aa19b1fe7fdaafcc60a883eccd2de44d76454983f120980304954af096d4e60d
Contents?: true
Size: 764 Bytes
Versions: 53
Compression:
Stored size: 764 Bytes
Contents
# PulpcoreClient::PaginatedContentGuardResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ContentGuardResponse>**](ContentGuardResponse.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedContentGuardResponseList.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