Sha256: 945741a698f9463739a2fa79a0cdc069550387b615b8cd26d1add52fc01052fb

Contents?: true

Size: 776 Bytes

Versions: 53

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

53 entries across 53 versions & 1 rubygems

Version Path
pulp_file_client-3.63.4 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.68.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.25 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.3 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.24 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.68.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.67.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.2 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.66.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.23 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.67.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.22 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.66.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.21 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.65.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.64.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.63.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.62.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.20 docs/PaginatedfileFileContentResponseList.md