# EventResponse
## Properties
**user** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**resource** | Option<[**crate::models::AsanaNamedResource**](AsanaNamedResource.md)> | | [optional]
**_type** | Option<**String**> | *Deprecated: Refer to the resource_type of the resource.* The type of the resource that generated the event. | [optional][readonly]
**action** | Option<**String**> | The type of action taken on the **resource** that triggered the event. This can be one of `changed`, `added`, `removed`, `deleted`, or `undeleted` depending on the nature of the event. | [optional][readonly]
**parent** | Option<[**crate::models::AsanaNamedResource**](AsanaNamedResource.md)> | | [optional]
**created_at** | Option<**String**> | The timestamp when the event occurred. | [optional][readonly]
**change** | Option<[**crate::models::EventResponseChange**](EventResponse_change.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)