readarr 0.1.0

Readarr API docs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# QueueResourcePagingResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | Option<**i32**> |  | [optional]
**page_size** | Option<**i32**> |  | [optional]
**sort_key** | Option<**String**> |  | [optional]
**sort_direction** | Option<[**models::SortDirection**]SortDirection.md> |  | [optional]
**total_records** | Option<**i32**> |  | [optional]
**records** | Option<[**Vec<models::QueueResource>**]QueueResource.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)