992 B
992 B
SystemConfigFacesDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| var_import | bool |
Example
from generated.immich.openapi_client.models.system_config_faces_dto import SystemConfigFacesDto
# TODO update the JSON string below
json = "{}"
# create an instance of SystemConfigFacesDto from a JSON string
system_config_faces_dto_instance = SystemConfigFacesDto.from_json(json)
# print the JSON string representation of the object
print(SystemConfigFacesDto.to_json())
# convert the object into a dict
system_config_faces_dto_dict = system_config_faces_dto_instance.to_dict()
# create an instance of SystemConfigFacesDto from a dict
system_config_faces_dto_from_dict = SystemConfigFacesDto.from_dict(system_config_faces_dto_dict)