Name | Type | Description | Notes |
---|---|---|---|
Channels | []MessageChannel |
func NewMessageChannelList(channels []MessageChannel, ) *MessageChannelList
NewMessageChannelList instantiates a new MessageChannelList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMessageChannelListWithDefaults() *MessageChannelList
NewMessageChannelListWithDefaults instantiates a new MessageChannelList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MessageChannelList) GetChannels() []MessageChannel
GetChannels returns the Channels field if non-nil, zero value otherwise.
func (o *MessageChannelList) GetChannelsOk() (*[]MessageChannel, bool)
GetChannelsOk returns a tuple with the Channels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageChannelList) SetChannels(v []MessageChannel)
SetChannels sets Channels field to given value.