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