# `Twilio.Resources.Video.V1.Room.Participant.SubscribeRules`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/video/v1/room/participant/subscribe_rules.ex#L2)

SubscribeRules resource.

Parent: `/Rooms/{RoomSid}/Participants/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `participant_sid` | The SID of the Participant resource for the Subscribe Rules. |
| `room_sid` | The SID of the Room resource for the Subscribe Rules |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `rules` | 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. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Video.V1.Room.Participant.SubscribeRules{
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  participant_sid: String.t() | nil,
  room_sid: String.t() | nil,
  rules: list() | nil
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
