6
6
Name | Type | Description | Notes
7
7
------------ | ------------- | ------------- | -------------
8
8
** id** | ** int** | |
9
- ** info** | ** {str: (str, none_type)}** | | [ readonly]
10
9
** proxy_info** | ** {str: (str, none_type)}** | | [ readonly]
11
10
** custom_fields** | ** {str: (str, none_type)}** | |
12
- ** tags** | [ ** [ TagReference ] ** ] ( TagReference .md) | |
11
+ ** tags** | [ ** [ Tag ] ** ] ( Tag .md) | |
13
12
** backups** | ** str** | | [ readonly]
14
13
** proxies_generated** | ** bool** | | [ readonly]
15
14
** proxies_failed** | ** bool** | | [ readonly]
16
15
** bundles** | [ ** [ MediaFileBundleMini] ** ] ( MediaFileBundleMini.md ) | | [ readonly]
17
16
** format** | [ ** FormatMetadata** ] ( FormatMetadata.md ) | |
17
+ ** info** | ** {str: (str, none_type)}** | | [ readonly]
18
18
** sync_id** | ** str** | | [ readonly]
19
19
** display_name** | ** str** | | [ readonly]
20
20
** has_files** | ** bool** | | [ readonly]
21
21
** has_backups** | ** bool** | | [ readonly]
22
22
** has_cloud_links** | ** bool** | | [ readonly]
23
23
** thumbnail_generated** | ** bool** | | [ readonly]
24
+ ** workflow_state** | ** int** | |
24
25
** is_temporary** | ** bool** | | [ readonly]
25
26
** created** | ** datetime** | | [ readonly]
26
27
** modified** | ** datetime** | | [ readonly]
28
+ ** timecode** | ** float, none_type** | |
29
+ ** set_stack_order** | ** int** | |
27
30
** proxies** | [ ** [ Proxy] ** ] ( Proxy.md ) | | [ optional] [ readonly]
28
31
** default_proxy** | [ ** Proxy** ] ( Proxy.md ) | | [ optional]
29
32
** resolved_permission** | [ ** MediaRootPermission** ] ( MediaRootPermission.md ) | | [ optional]
@@ -32,9 +35,6 @@ Name | Type | Description | Notes
32
35
** checksum** | ** str, none_type** | | [ optional] [ readonly]
33
36
** type** | ** str, none_type** | | [ optional] [ readonly]
34
37
** matched_scanner** | ** str, none_type** | | [ optional] [ readonly]
35
- ** workflow_state** | ** int** | | [ optional]
36
- ** timecode** | ** float, none_type** | | [ optional]
37
- ** set_stack_order** | ** int** | | [ optional]
38
38
** set_stack** | ** int, none_type** | | [ optional] [ readonly]
39
39
** version_stack** | ** int, none_type** | | [ optional] [ readonly]
40
40
0 commit comments