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_policy_ticket_stats_sub_group_byimportGetPolicyTicketStatsSubGroupBy# TODO update the JSON string belowjson="{}"# create an instance of GetPolicyTicketStatsSubGroupBy from a JSON stringget_policy_ticket_stats_sub_group_by_instance=GetPolicyTicketStatsSubGroupBy.from_json(json)
# print the JSON string representation of the objectprint(GetPolicyTicketStatsSubGroupBy.to_json())
# convert the object into a dictget_policy_ticket_stats_sub_group_by_dict=get_policy_ticket_stats_sub_group_by_instance.to_dict()
# create an instance of GetPolicyTicketStatsSubGroupBy from a dictget_policy_ticket_stats_sub_group_by_form_dict=get_policy_ticket_stats_sub_group_by.from_dict(get_policy_ticket_stats_sub_group_by_dict)