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.disable_tenant_anomaly_settings_requestimportDisableTenantAnomalySettingsRequest# TODO update the JSON string belowjson="{}"# create an instance of DisableTenantAnomalySettingsRequest from a JSON stringdisable_tenant_anomaly_settings_request_instance=DisableTenantAnomalySettingsRequest.from_json(json)
# print the JSON string representation of the objectprint(DisableTenantAnomalySettingsRequest.to_json())
# convert the object into a dictdisable_tenant_anomaly_settings_request_dict=disable_tenant_anomaly_settings_request_instance.to_dict()
# create an instance of DisableTenantAnomalySettingsRequest from a dictdisable_tenant_anomaly_settings_request_form_dict=disable_tenant_anomaly_settings_request.from_dict(disable_tenant_anomaly_settings_request_dict)