radarr-api-rs 3.0.1

Rust API wrapper for Radarr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TaskResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> |  | [optional]
**name** | Option<**String**> |  | [optional]
**task_name** | Option<**String**> |  | [optional]
**interval** | Option<**i32**> |  | [optional]
**last_execution** | Option<**String**> |  | [optional]
**last_start_time** | Option<**String**> |  | [optional]
**next_execution** | Option<**String**> |  | [optional]
**last_duration** | Option<[**crate::models::TimeSpan**]TimeSpan.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)