# 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 and allow for the return of different language versions of the same text.
# 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. |
| language | string | ISO 639-1 code of the language. |
| parent | integer | An id of the parent global variable. |
| custom_id | string | The unique identifier for the global variable which is provided by the client. |