# OnThisDayDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **year** | **float** | | ## Example ```python from generated.immich.openapi_client.models.on_this_day_dto import OnThisDayDto # TODO update the JSON string below json = "{}" # create an instance of OnThisDayDto from a JSON string on_this_day_dto_instance = OnThisDayDto.from_json(json) # print the JSON string representation of the object print(OnThisDayDto.to_json()) # convert the object into a dict on_this_day_dto_dict = on_this_day_dto_instance.to_dict() # create an instance of OnThisDayDto from a dict on_this_day_dto_from_dict = OnThisDayDto.from_dict(on_this_day_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)