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