github.com/twilio/twilio-go@v1.20.1/rest/trunking/v1/docs/TrunkingV1CredentialList.md (about) 1 # TrunkingV1CredentialList 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 CredentialList resource. | 8 **Sid** | Pointer to **string** | The unique string that we created to identify the CredentialList resource. | 9 **TrunkSid** | Pointer to **string** | The SID of the Trunk the credential list in associated with. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 11 **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. | 12 **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. | 13 **Url** | Pointer to **string** | The absolute URL of the resource. | 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