| Name | Type | Description | Notes |
|---|---|---|---|
| Channels | []SlackChannel | ||
| NextCursor | Pointer to string | [optional] |
func NewSlackChannelsChunk(channels []SlackChannel, ) *SlackChannelsChunk
NewSlackChannelsChunk instantiates a new SlackChannelsChunk 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 NewSlackChannelsChunkWithDefaults() *SlackChannelsChunk
NewSlackChannelsChunkWithDefaults instantiates a new SlackChannelsChunk 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 *SlackChannelsChunk) GetChannels() []SlackChannel
GetChannels returns the Channels field if non-nil, zero value otherwise.
func (o *SlackChannelsChunk) GetChannelsOk() (*[]SlackChannel, 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 *SlackChannelsChunk) SetChannels(v []SlackChannel)
SetChannels sets Channels field to given value.
func (o *SlackChannelsChunk) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *SlackChannelsChunk) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SlackChannelsChunk) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *SlackChannelsChunk) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.