Skip to content

Commit 43b4765

Browse files
committed
rename template.name to template.label
1 parent a0ea21b commit 43b4765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/admin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1508,8 +1508,8 @@ def to_code_studio_template(self):
15081508
return DSSCodeStudioTemplate(self.client, self._data["id"])
15091509

15101510
@property
1511-
def name(self):
1512-
return self._data["name"]
1511+
def label(self):
1512+
return self._data["label"]
15131513
@property
15141514
def id(self):
15151515
return self._data["id"]

0 commit comments

Comments
 (0)