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