Skip to content

Commit

Permalink
Add display_name property for prototype (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gusakov authored Nov 22, 2021
1 parent 11583f5 commit 78e9a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adcm_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class Prototype(BaseAPIObject):
id = None
prototype_id = None
name = None
display_name = None
type = None
description = None
version = None
Expand Down

0 comments on commit 78e9a0b

Please sign in to comment.