github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceBinding.md (about) 1 # ConversationsV1ServiceBinding 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 binding. | 9 **ChatServiceSid** | Pointer to **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. | 10 **CredentialSid** | Pointer to **string** | The SID of the [Credential](https://www.twilio.com/docs/conversations/api/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. | 11 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 12 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 13 **Endpoint** | Pointer to **string** | The unique endpoint identifier for the Binding. The format of this value depends on the `binding_type`. | 14 **Identity** | Pointer to **string** | The application-defined string that uniquely identifies the [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more info. | 15 **BindingType** | Pointer to [**string**](ServiceBindingEnumBindingType.md) | | 16 **MessageTypes** | Pointer to **[]string** | The [Conversation message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to. | 17 **Url** | Pointer to **string** | An absolute API resource URL for this binding. | 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21