935 B
935 B
UpdatePartnerDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| in_timeline | bool |
Example
from generated.immich.openapi_client.models.update_partner_dto import UpdatePartnerDto
# TODO update the JSON string below
json = "{}"
# create an instance of UpdatePartnerDto from a JSON string
update_partner_dto_instance = UpdatePartnerDto.from_json(json)
# print the JSON string representation of the object
print(UpdatePartnerDto.to_json())
# convert the object into a dict
update_partner_dto_dict = update_partner_dto_instance.to_dict()
# create an instance of UpdatePartnerDto from a dict
update_partner_dto_from_dict = UpdatePartnerDto.from_dict(update_partner_dto_dict)