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

     1  # VideoV1RoomParticipantSubscribeRule
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ParticipantSid** | Pointer to **string** | The SID of the Participant resource for the Subscribe Rules. |
     8  **RoomSid** | Pointer to **string** | The SID of the Room resource for the Subscribe Rules |
     9  **Rules** | Pointer to [**[]VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules**](VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules.md) | A collection of Subscribe Rules that describe how to include or exclude matching tracks. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information. |
    10  **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. |
    11  **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. |
    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