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

     1  # VideoV1RoomParticipantSubscribedTrack
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the RoomParticipantSubscribedTrack resource. |
     8  **ParticipantSid** | Pointer to **string** | The SID of the participant that subscribes to the track. |
     9  **PublisherSid** | Pointer to **string** | The SID of the participant that publishes the track. |
    10  **RoomSid** | Pointer to **string** | The SID of the room where the track is published. |
    11  **Name** | Pointer to **string** | The track name. Must have no more than 128 characters and be unique among the participant's published tracks. |
    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  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **Enabled** | Pointer to **bool** | Whether the track is enabled. |
    15  **Kind** | Pointer to [**string**](RoomParticipantSubscribedTrackEnumKind.md) |  |
    16  **Url** | Pointer to **string** | The absolute URL of the resource. |
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20