We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d318f2 commit 3d51af6Copy full SHA for 3d51af6
1 file changed
hcloud/core/client.py
@@ -72,6 +72,8 @@ def __init__(self, client: Client):
72
class BaseBoundModel:
73
"""Base Bound Model"""
74
75
+ _client: BaseResourceClient
76
+
77
model: type[BaseDomain]
78
79
def __init__(
0 commit comments