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.update_tenant_policy_setting_last_run_at_requestimportUpdateTenantPolicySettingLastRunAtRequest# TODO update the JSON string belowjson="{}"# create an instance of UpdateTenantPolicySettingLastRunAtRequest from a JSON stringupdate_tenant_policy_setting_last_run_at_request_instance=UpdateTenantPolicySettingLastRunAtRequest.from_json(json)
# print the JSON string representation of the objectprint(UpdateTenantPolicySettingLastRunAtRequest.to_json())
# convert the object into a dictupdate_tenant_policy_setting_last_run_at_request_dict=update_tenant_policy_setting_last_run_at_request_instance.to_dict()
# create an instance of UpdateTenantPolicySettingLastRunAtRequest from a dictupdate_tenant_policy_setting_last_run_at_request_form_dict=update_tenant_policy_setting_last_run_at_request.from_dict(update_tenant_policy_setting_last_run_at_request_dict)