This commit is contained in:
2025-11-25 18:09:46 +03:00
parent 9eac1da63f
commit 1703d1ed33
266 changed files with 5566 additions and 502 deletions

View File

@@ -5,6 +5,7 @@ from .delete_user import *
from .disable import *
from .enable import *
from .get import *
from .get_resource_consumption import *
from .list import *
from .list_deleted import *
from .restore import *
@@ -20,6 +21,7 @@ class CloudapiAccountAPI(
CloudapiAccountDisableProtocol,
CloudapiAccountEnableProtocol,
CloudapiAccountGetProtocol,
CloudapiAccountGetResourceConsumptionProtocol,
CloudapiAccountListDeletedProtocol,
CloudapiAccountListProtocol,
CloudapiAccountRestoreProtocol,