Model modifiers¶
Modifiyers are actually just a special type of custom properties that AMSDAL CLI provides you to generate automatically in order to override some built-in methods and properties.
There are three supported modifiers:
- constructor - ability to override the
__init__
method of the model - display_name - it's built-in property that is used to display the object on UI
- version_name - it's built-in property that is used to display the object version on UI
Info
You can read more about modifiers in the AMSDAL CLI documentation.