Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 694 Bytes

SystemVariable.md

File metadata and controls

14 lines (9 loc) · 694 Bytes

SystemVariable

A system settings variable. This is also used as a storage for Storage\Variables with the prefix "storage" if APCu is not available.

Properties

Name Type Description Notes
name str Variable name.
value str, none_type Variable value.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]