Sha256: 945741a698f9463739a2fa79a0cdc069550387b615b8cd26d1add52fc01052fb

Contents?: true

Size: 776 Bytes

Versions: 74

Compression:

Stored size: 776 Bytes

Contents

# PulpFileClient::PaginatedfileFileContentResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

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

74 entries across 74 versions & 1 rubygems

Version Path
pulp_file_client-3.63.12 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.34 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.33 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.11 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.10 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.32 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.9 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.69.2 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.31 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.8 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.69.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.30 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.7 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.29 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.28 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.6 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.69.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.5 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.68.2 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.27 docs/PaginatedfileFileContentResponseList.md