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.61.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.60.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.19 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.59.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.18 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.58.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.17 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.57.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.57.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.16 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.56.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.56.0 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.55.3 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.15 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.55.2 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.14 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.13 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.49.12 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.55.1 docs/PaginatedfileFileContentResponseList.md
pulp_file_client-3.55.0 docs/PaginatedfileFileContentResponseList.md