github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceNotification.md (about) 1 # ConversationsV1ServiceNotification 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. | 8 **ChatServiceSid** | Pointer to **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. | 9 **NewMessage** | Pointer to **interface{}** | The Push Notification configuration for New Messages. | 10 **AddedToConversation** | Pointer to **interface{}** | The Push Notification configuration for being added to a Conversation. | 11 **RemovedFromConversation** | Pointer to **interface{}** | The Push Notification configuration for being removed from a Conversation. | 12 **LogEnabled** | Pointer to **bool** | Weather the notification logging is enabled. | 13 **Url** | Pointer to **string** | An absolute API resource URL for this configuration. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17