github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2VerificationTemplate.md (about) 1 # VerifyV2VerificationTemplate 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies a Verification Template. | 8 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 9 **FriendlyName** | Pointer to **string** | A descriptive string that you create to describe a Template. It can be up to 32 characters long. | 10 **Channels** | Pointer to **[]string** | A list of channels that support the Template. Can include: sms, voice. | 11 **Translations** | Pointer to **interface{}** | An object that contains the different translations of the template. Every translation is identified by the language short name and contains its respective information as the approval status, text and created/modified date. | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15