Sha256: b7aede52565ce887f8e7fa7894c6aa9ae48d625768ecfffc008fca4e5bc50d19

Contents?: true

Size: 842 Bytes

Versions: 10

Compression:

Stored size: 842 Bytes

Contents

# PulpFileClient::PaginatedfileFileFilesystemExporterResponseList

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | [optional] 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<FileFileFilesystemExporterResponse>**](FileFileFilesystemExporterResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::PaginatedfileFileFilesystemExporterResponseList.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

10 entries across 10 versions & 1 rubygems

Version Path
pulp_file_client-1.7.0 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.6.1 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.6.0.post3 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.6.0.post2 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.6.0.post1 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.6.0.post0 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.5.0 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.4.0.post1 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.4.0.post0 docs/PaginatedfileFileFilesystemExporterResponseList.md
pulp_file_client-1.4.0 docs/PaginatedfileFileFilesystemExporterResponseList.md