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