Class ChannelCollection
Represents the collection of channels in a project
[Endpoint("/config/v1/project/channels", null)]
public class ChannelCollection : EntityCollection<Channel>, IList<Channel>, ICollection<Channel>, IReadOnlyList<Channel>, IReadOnlyCollection<Channel>, IEnumerable<Channel>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
ChannelCollection
- Implements
- Inherited Members
Constructors
- ChannelCollection()
Initializes a new instance of the ChannelCollection class.