Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.58 KB

MessageChannelList.md

File metadata and controls

51 lines (28 loc) · 1.58 KB

MessageChannelList

Properties

Name Type Description Notes
Channels []MessageChannel

Methods

NewMessageChannelList

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

NewMessageChannelListWithDefaults

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

GetChannels

func (o *MessageChannelList) GetChannels() []MessageChannel

GetChannels returns the Channels field if non-nil, zero value otherwise.

GetChannelsOk

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.

SetChannels

func (o *MessageChannelList) SetChannels(v []MessageChannel)

SetChannels sets Channels field to given value.

[Back to Model list] [Back to API list] [Back to README]