| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ID of the datagroup. Also used as the unique identifier. | [optional] |
| name | str | Name of the datagroup. Unique when combined with model_name. | [optional] |
| model_name | str | Name of the model containing the datagroup. Unique when combined with name. | [optional] |
| trigger_value | str | The value of the trigger when last checked. | [optional] |
| trigger_error | str | The message returned with the error of the last trigger check. | [optional] |
| stale_before | int | UNIX timestamp before which cache entries are considered stale. Cannot be in the future. | [optional] |
| triggered_at | int | UNIX timestamp at which this entry became triggered. Cannot be in the future. | [optional] |
| trigger_check_at | int | UNIX timestamp at which this entry trigger was last checked. | [optional] |
| created_at | int | UNIX timestamp at which this entry was created. | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |