github.com/twilio/twilio-go@v1.20.1/rest/trusthub/v1/docs/TrusthubV1EndUserType.md (about) 1 # TrusthubV1EndUserType 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that identifies the End-User Type resource. | 8 **FriendlyName** | Pointer to **string** | A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc | 9 **MachineName** | Pointer to **string** | A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc. | 10 **Fields** | Pointer to **[]interface{}** | The required information for creating an End-User. The required fields will change as regulatory needs change and will differ for businesses and individuals. | 11 **Url** | Pointer to **string** | The absolute URL of the End-User Type resource. | 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