906 B
906 B
MergePersonDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ids | List[str] |
Example
from generated.immich.openapi_client.models.merge_person_dto import MergePersonDto
# TODO update the JSON string below
json = "{}"
# create an instance of MergePersonDto from a JSON string
merge_person_dto_instance = MergePersonDto.from_json(json)
# print the JSON string representation of the object
print(MergePersonDto.to_json())
# convert the object into a dict
merge_person_dto_dict = merge_person_dto_instance.to_dict()
# create an instance of MergePersonDto from a dict
merge_person_dto_from_dict = MergePersonDto.from_dict(merge_person_dto_dict)