Name | Type | Description | Notes |
---|---|---|---|
Public | []Channel | パブリックチャンネルの配列 | |
Dm | Pointer to []DMChannel | ダイレクトメッセージチャンネルの配列 | [optional] |
func NewChannelList(public []Channel, ) *ChannelList
NewChannelList instantiates a new ChannelList 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 NewChannelListWithDefaults() *ChannelList
NewChannelListWithDefaults instantiates a new ChannelList 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 *ChannelList) GetPublic() []Channel
GetPublic returns the Public field if non-nil, zero value otherwise.
func (o *ChannelList) GetPublicOk() (*[]Channel, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelList) SetPublic(v []Channel)
SetPublic sets Public field to given value.
func (o *ChannelList) GetDm() []DMChannel
GetDm returns the Dm field if non-nil, zero value otherwise.
func (o *ChannelList) GetDmOk() (*[]DMChannel, bool)
GetDmOk returns a tuple with the Dm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChannelList) SetDm(v []DMChannel)
SetDm sets Dm field to given value.
func (o *ChannelList) HasDm() bool
HasDm returns a boolean if a field has been set.