Sha256: 75d16a026f66805be1aa091cdc6fe1c8dfde8f6978acf8f64ab0dc0f28beef0b

Contents?: true

Size: 814 Bytes

Versions: 57

Compression:

Stored size: 814 Bytes

Contents

# PulpFileClient::PaginatedfileFilePublicationResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

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

57 entries across 57 versions & 1 rubygems

Version Path
pulp_file_client-3.49.5 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.49.4 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.49.3 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.49.2 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.45.4 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.49.1 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.49.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.45.3 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.48.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.47.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.46.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.45.2 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.45.1 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.45.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.44.1 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.43.3 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.44.0 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.43.2 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.43.1 docs/PaginatedfileFilePublicationResponseList.md
pulp_file_client-3.43.0 docs/PaginatedfileFilePublicationResponseList.md