# WebhookResponse
## Properties
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**active** | Option<**bool**> | If true, the webhook will send events - if false it is considered inactive and will not generate events. | [optional][readonly]
**resource** | Option<[**crate::models::AsanaNamedResource**](AsanaNamedResource.md)> | | [optional]
**target** | Option<**String**> | The URL to receive the HTTP POST. | [optional][readonly]
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**last_failure_at** | Option<**String**> | The timestamp when the webhook last received an error when sending an event to the target. | [optional][readonly]
**last_failure_content** | Option<**String**> | The contents of the last error response sent to the webhook when attempting to deliver events to the target. | [optional][readonly]
**last_success_at** | Option<**String**> | The timestamp when the webhook last successfully sent an event to the target. | [optional][readonly]
**filters** | Option<[**Vec<crate::models::WebhookFilter>**](WebhookFilter.md)> | Whitelist of filters to apply to events from this webhook. If a webhook event passes any of the filters the event will be delivered; otherwise no event will be sent to the receiving server. | [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)