# WebhookCompact
## 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)