github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1DomainCertV4.md (about) 1 # MessagingV1DomainCertV4 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DomainSid** | Pointer to **string** | The unique string that we created to identify the Domain resource. | 8 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | Date that this Domain was last updated. | 9 **DateExpires** | Pointer to [**time.Time**](time.Time.md) | Date that the private certificate associated with this domain expires. You will need to update the certificate before that date to ensure your shortened links will continue to work. | 10 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | Date that this Domain was registered to the Twilio platform to create a new Domain object. | 11 **DomainName** | Pointer to **string** | Full url path for this domain. | 12 **CertificateSid** | Pointer to **string** | The unique string that we created to identify this Certificate resource. | 13 **Url** | Pointer to **string** | | 14 **CertInValidation** | Pointer to **interface{}** | Optional JSON field describing the status and upload date of a new certificate in the process of validation | 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