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

     1  # VideoV1RoomParticipantPublishedTrack
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the RoomParticipantPublishedTrack resource. |
     8  **ParticipantSid** | Pointer to **string** | The SID of the Participant resource with the published track. |
     9  **RoomSid** | Pointer to **string** | The SID of the Room resource where the track is published. |
    10  **Name** | Pointer to **string** | The track name. Must be no more than 128 characters, and be unique among the participant's published tracks. |
    11  **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. |
    12  **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. |
    13  **Enabled** | Pointer to **bool** | Whether the track is enabled. |
    14  **Kind** | Pointer to [**string**](RoomParticipantPublishedTrackEnumKind.md) |  |
    15  **Url** | Pointer to **string** | The absolute URL of the resource. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19