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