Sha256: 007554841dc5385e432274563d099b590e8b96913b1d9785a3f69808f9ba6154
Contents?: true
Size: 798 Bytes
Versions: 57
Compression:
Stored size: 798 Bytes
Contents
# PulpFileClient::PaginatedfileFileContentResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FileFileContentResponse>**](FileFileContentResponse.md) | | [optional] ## 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
57 entries across 57 versions & 1 rubygems