Name | Type | Description | Notes |
---|---|---|---|
id | int | ID of the datagroup. Also used as the unique identifier. | [optional] |
name | string | Name of the datagroup. Unique when combined with model_name. | [optional] |
model_name | string | Name of the model containing the datagroup. Unique when combined with name. | [optional] |
trigger_value | string | The value of the trigger when last checked. | [optional] |
trigger_error | string | 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 | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.