github.com/twilio/twilio-go@v1.20.1/rest/chat/v1/docs/ChatV1Credential.md (about) 1 # ChatV1Credential 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Credential resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Credential resource. | 9 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 10 **Type** | Pointer to [**string**](CredentialEnumPushService.md) | | 11 **Sandbox** | Pointer to **string** | [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. | 12 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 13 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 14 **Url** | Pointer to **string** | The absolute URL of the Credential resource. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18