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