Model that describes document print forms.
| Name | Type | Description |
|---|---|---|
| data | String | Form data: for version=1, template base64; for version=2, file URL. |
| id | Int64 | Print form ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Print form name, up to 150 characters. |
| version | Int32 | Form data storage version: 1 - legacy storage (will be removed in the future), 2 - CDN storage. |