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