[TASK] Initial version, with some help from Junie. Copies all files in albums to the local filesystem.
This commit is contained in:
34
generated/immich/openapi_client/docs/JobCountsDto.md
Normal file
34
generated/immich/openapi_client/docs/JobCountsDto.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# JobCountsDto
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**active** | **int** | |
|
||||
**completed** | **int** | |
|
||||
**delayed** | **int** | |
|
||||
**failed** | **int** | |
|
||||
**paused** | **int** | |
|
||||
**waiting** | **int** | |
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from generated.immich.openapi_client.models.job_counts_dto import JobCountsDto
|
||||
|
||||
# TODO update the JSON string below
|
||||
json = "{}"
|
||||
# create an instance of JobCountsDto from a JSON string
|
||||
job_counts_dto_instance = JobCountsDto.from_json(json)
|
||||
# print the JSON string representation of the object
|
||||
print(JobCountsDto.to_json())
|
||||
|
||||
# convert the object into a dict
|
||||
job_counts_dto_dict = job_counts_dto_instance.to_dict()
|
||||
# create an instance of JobCountsDto from a dict
|
||||
job_counts_dto_from_dict = JobCountsDto.from_dict(job_counts_dto_dict)
|
||||
```
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user