We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d5ca4 commit a8ca347Copy full SHA for a8ca347
dataikuapi/dss/managedfolder.py
@@ -16,7 +16,7 @@ def __init__(self, client, project_key, odb_id):
16
self.odb_id = odb_id
17
18
@property
19
- def name(self):
+ def id(self):
20
return self.odb_id
21
22
########################################################
0 commit comments