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_tenant_policy_with_summary_requestimportGetTenantPolicyWithSummaryRequest# TODO update the JSON string belowjson="{}"# create an instance of GetTenantPolicyWithSummaryRequest from a JSON stringget_tenant_policy_with_summary_request_instance=GetTenantPolicyWithSummaryRequest.from_json(json)
# print the JSON string representation of the objectprint(GetTenantPolicyWithSummaryRequest.to_json())
# convert the object into a dictget_tenant_policy_with_summary_request_dict=get_tenant_policy_with_summary_request_instance.to_dict()
# create an instance of GetTenantPolicyWithSummaryRequest from a dictget_tenant_policy_with_summary_request_form_dict=get_tenant_policy_with_summary_request.from_dict(get_tenant_policy_with_summary_request_dict)