Sha256: cc345a19d0973211d81d801c0717ff8ae31a696869d7a74c1a8e6b5a6e17c0c6

Contents?: true

Size: 776 Bytes

Versions: 2

Compression:

Stored size: 776 Bytes

Contents

# PulpcoreClient::PaginatedfileFileContentResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::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

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.55.2 docs/PaginatedfileFileContentResponseList.md
pulpcore_client-3.49.14 docs/PaginatedfileFileContentResponseList.md