We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a549b4f commit 0b71e14Copy full SHA for 0b71e14
linode_api4/linode_client.py
@@ -400,6 +400,10 @@ def __init__(
400
#: :any:`NetworkingGroup` for more information
401
self.networking = NetworkingGroup(self)
402
403
+ #: Access methods related to maintenance on your account - see
404
+ #: :any:`MaintenanceGroup` for more information
405
+ self.maintenance = MaintenanceGroup(self)
406
+
407
#: Access methods related to support - see :any:`SupportGroup` for more
408
#: information
409
self.support = SupportGroup(self)
0 commit comments