github.com/twilio/twilio-go@v1.20.1/rest/trusthub/v1/docs/TrusthubV1TrustProductChannelEndpointAssignment.md (about)

     1  # TrusthubV1TrustProductChannelEndpointAssignment
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Item Assignment resource. |
     8  **TrustProductSid** | Pointer to **string** | The unique string that we created to identify the CustomerProfile resource. |
     9  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. |
    10  **ChannelEndpointType** | Pointer to **string** | The type of channel endpoint. eg: phone-number |
    11  **ChannelEndpointSid** | Pointer to **string** | The SID of an channel endpoint |
    12  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    13  **Url** | Pointer to **string** | The absolute URL of the Identity resource. |
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17