github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1Credential.md (about) 1 # ConversationsV1Credential 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 credential. | 9 **FriendlyName** | Pointer to **string** | The human-readable name of this credential, limited to 64 characters. Optional. | 10 **Type** | Pointer to [**string**](CredentialEnumPushType.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 that this resource was created. | 13 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 14 **Url** | Pointer to **string** | An absolute API resource URL for this credential. | 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