883 B
883 B
OnThisDayDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| year | float |
Example
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)