# LookerApi30Reference.Datagroup

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | ID of the datagroup. Also used as the unique identifier. | [optional] 
**name** | **String** | Name of the datagroup. Unique when combined with model_name. | [optional] 
**modelName** | **String** | Name of the model containing the datagroup. Unique when combined with name. | [optional] 
**triggerValue** | **String** | The value of the trigger when last checked. | [optional] 
**triggerError** | **String** | The message returned with the error of the last trigger check. | [optional] 
**staleBefore** | **Number** | UNIX timestamp before which cache entries are considered stale. Cannot be in the future. | [optional] 
**triggeredAt** | **Number** | UNIX timestamp at which this entry became triggered. Cannot be in the future. | [optional] 
**triggerCheckAt** | **Number** | UNIX timestamp at which this entry trigger was last checked. | [optional] 
**createdAt** | **Number** | UNIX timestamp at which this entry was created. | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


