Files
immich-to-cloud-exporter/generated/immich/openapi_client/docs/SystemConfigFacesDto.md

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)

[Back to Model list] [Back to API list] [Back to README]