Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.67 KB

MessageChannelIDList.md

File metadata and controls

51 lines (28 loc) · 1.67 KB

MessageChannelIDList

Properties

Name Type Description Notes
MessageChannelIds []string

Methods

NewMessageChannelIDList

func NewMessageChannelIDList(messageChannelIds []string, ) *MessageChannelIDList

NewMessageChannelIDList instantiates a new MessageChannelIDList 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

NewMessageChannelIDListWithDefaults

func NewMessageChannelIDListWithDefaults() *MessageChannelIDList

NewMessageChannelIDListWithDefaults instantiates a new MessageChannelIDList 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

GetMessageChannelIds

func (o *MessageChannelIDList) GetMessageChannelIds() []string

GetMessageChannelIds returns the MessageChannelIds field if non-nil, zero value otherwise.

GetMessageChannelIdsOk

func (o *MessageChannelIDList) GetMessageChannelIdsOk() (*[]string, bool)

GetMessageChannelIdsOk returns a tuple with the MessageChannelIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessageChannelIds

func (o *MessageChannelIDList) SetMessageChannelIds(v []string)

SetMessageChannelIds sets MessageChannelIds field to given value.

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