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