# MergePersonDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ids** | **List[str]** | | ## Example ```python 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) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)