github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceConversationScopedWebhook.md (about)

     1  # ConversationsV1ServiceConversationScopedWebhook
     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  **ChatServiceSid** | Pointer to **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. |
    10  **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. |
    11  **Target** | Pointer to **string** | The target of this webhook: `webhook`, `studio`, `trigger` |
    12  **Url** | Pointer to **string** | An absolute API resource URL for this webhook. |
    13  **Configuration** | Pointer to **interface{}** | The configuration of this webhook. Is defined based on target. |
    14  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. |
    15  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19