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.response_get_tenant_policies_with_settings_responseimportResponseGetTenantPoliciesWithSettingsResponse# TODO update the JSON string belowjson="{}"# create an instance of ResponseGetTenantPoliciesWithSettingsResponse from a JSON stringresponse_get_tenant_policies_with_settings_response_instance=ResponseGetTenantPoliciesWithSettingsResponse.from_json(json)
# print the JSON string representation of the objectprint(ResponseGetTenantPoliciesWithSettingsResponse.to_json())
# convert the object into a dictresponse_get_tenant_policies_with_settings_response_dict=response_get_tenant_policies_with_settings_response_instance.to_dict()
# create an instance of ResponseGetTenantPoliciesWithSettingsResponse from a dictresponse_get_tenant_policies_with_settings_response_form_dict=response_get_tenant_policies_with_settings_response.from_dict(response_get_tenant_policies_with_settings_response_dict)