1.0 KiB
1.0 KiB
SystemConfigMetadataDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| faces | SystemConfigFacesDto |
Example
from generated.immich.openapi_client.models.system_config_metadata_dto import SystemConfigMetadataDto
# TODO update the JSON string below
json = "{}"
# create an instance of SystemConfigMetadataDto from a JSON string
system_config_metadata_dto_instance = SystemConfigMetadataDto.from_json(json)
# print the JSON string representation of the object
print(SystemConfigMetadataDto.to_json())
# convert the object into a dict
system_config_metadata_dto_dict = system_config_metadata_dto_instance.to_dict()
# create an instance of SystemConfigMetadataDto from a dict
system_config_metadata_dto_from_dict = SystemConfigMetadataDto.from_dict(system_config_metadata_dto_dict)