| Name | Type | Description | Notes |
|---|---|---|---|
| resource | String | Indicates the response contains a webhook event object. Will always contain the string event for this endpoint. |
[readonly] |
| id | String | The identifier uniquely referring to this event. | [readonly] |
| r#type | models::WebhookEventTypesResponse | [readonly] | |
| entity_id | String | The entity token that triggered the event | [readonly] |
| created_at | String | The event's date time of creation. | [readonly] |
| _embedded | Option<models::EntityWebhookEventEmbedded> | [optional] | |
| _links | models::EntityWebhookEventLinks |