sonarr-api-rs 3.0.0

Rust API wrapper for Sonarr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RootFolderResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> |  | [optional]
**path** | Option<**String**> |  | [optional]
**accessible** | Option<**bool**> |  | [optional]
**free_space** | Option<**i64**> |  | [optional]
**unmapped_folders** | Option<[**Vec<models::UnmappedFolder>**]UnmappedFolder.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)