github.com/twilio/twilio-go@v1.20.1/rest/voice/v1/docs/VoiceV1ConnectionPolicyTarget.md (about) 1 # VoiceV1ConnectionPolicyTarget 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Target resource. | 8 **ConnectionPolicySid** | Pointer to **string** | The SID of the Connection Policy that owns the Target. | 9 **Sid** | Pointer to **string** | The unique string that we created to identify the Target resource. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 11 **Target** | Pointer to **string** | The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. | 12 **Priority** | Pointer to **int** | The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target. | 13 **Weight** | Pointer to **int** | The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority. | 14 **Enabled** | Pointer to **bool** | Whether the target is enabled. The default is `true`. | 15 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 16 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 17 **Url** | Pointer to **string** | The absolute URL of the resource. | 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