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
frompy_logto.models.get_admin_console_config200_response_development_tenant_migration_notificationimportGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification# TODO update the JSON string belowjson="{}"# create an instance of GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification from a JSON stringget_admin_console_config200_response_development_tenant_migration_notification_instance=GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification.from_json(json)
# print the JSON string representation of the objectprint(GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification.to_json())
# convert the object into a dictget_admin_console_config200_response_development_tenant_migration_notification_dict=get_admin_console_config200_response_development_tenant_migration_notification_instance.to_dict()
# create an instance of GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification from a dictget_admin_console_config200_response_development_tenant_migration_notification_from_dict=GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification.from_dict(get_admin_console_config200_response_development_tenant_migration_notification_dict)