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