Sha256: 539b3bb2f45ebbc8b7401511599c867030c3784543832342803243710023133d
Contents?: true
Size: 810 Bytes
Versions: 290
Compression:
Stored size: 810 Bytes
Contents
# PulpcoreClient::PaginatedFilesystemExporterResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FilesystemExporterResponse>**](FilesystemExporterResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedFilesystemExporterResponseList.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
290 entries across 290 versions & 1 rubygems