github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ConversationScopedWebhook.md (about) 1 # ConversationsV1ConversationScopedWebhook 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 8 **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. | 9 **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. | 10 **Target** | Pointer to **string** | The target of this webhook: `webhook`, `studio`, `trigger` | 11 **Url** | Pointer to **string** | An absolute API resource URL for this webhook. | 12 **Configuration** | Pointer to **interface{}** | The configuration of this webhook. Is defined based on target. | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 14 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18