# Global variable model
Global variables are a store of a value that can be used within other models e.g. emails to capture or save repetitive some data.
# Properties
| Attributes | Type | Description |
|---|---|---|
| id | integer | A unique identifier for the global variable which is given by User.com automatically. |
| author | integer | A unique identifier of an agent who created a global variable. A visible author. |
| created_at | string | A creation date of a global variable. |
| integer_content | integer | An integer value of a global variable. |
| name | string | A global variable name. |
| name_std | string | A standarize global variable name. |
| text_content | string | A text value of a global variable. Can be used to store HTML code, string, or JSON. |
| updated_at | string | A date of last global variable update. |