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

     1  # FlexV1Channel
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource and owns this Workflow. |
     8  **FlexFlowSid** | Pointer to **string** | The SID of the Flex Flow. |
     9  **Sid** | Pointer to **string** | The unique string that we created to identify the Channel resource. |
    10  **UserSid** | Pointer to **string** | The SID of the chat user. |
    11  **TaskSid** | Pointer to **string** | The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external` |
    12  **Url** | Pointer to **string** | The absolute URL of the Flex chat channel resource. |
    13  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex chat channel was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex chat channel was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    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