You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromonelens_backend_client.models.get_ticket_by_id_policy_details_requestimportGetTicketByIdPolicyDetailsRequest# TODO update the JSON string belowjson="{}"# create an instance of GetTicketByIdPolicyDetailsRequest from a JSON stringget_ticket_by_id_policy_details_request_instance=GetTicketByIdPolicyDetailsRequest.from_json(json)
# print the JSON string representation of the objectprint(GetTicketByIdPolicyDetailsRequest.to_json())
# convert the object into a dictget_ticket_by_id_policy_details_request_dict=get_ticket_by_id_policy_details_request_instance.to_dict()
# create an instance of GetTicketByIdPolicyDetailsRequest from a dictget_ticket_by_id_policy_details_request_form_dict=get_ticket_by_id_policy_details_request.from_dict(get_ticket_by_id_policy_details_request_dict)