| Name | Type | Description | Notes |
|---|---|---|---|
| Courses | Pointer to []Course | List of courses | [optional] |
| NextToken | Pointer to string | If specified and not empty - next search data portion token | [optional] |
func NewListCourses() *ListCourses
NewListCourses instantiates a new ListCourses 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 NewListCoursesWithDefaults() *ListCourses
NewListCoursesWithDefaults instantiates a new ListCourses 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 *ListCourses) GetCourses() []Course
GetCourses returns the Courses field if non-nil, zero value otherwise.
func (o *ListCourses) GetCoursesOk() (*[]Course, bool)
GetCoursesOk returns a tuple with the Courses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCourses) SetCourses(v []Course)
SetCourses sets Courses field to given value.
func (o *ListCourses) HasCourses() bool
HasCourses returns a boolean if a field has been set.
func (o *ListCourses) GetNextToken() string
GetNextToken returns the NextToken field if non-nil, zero value otherwise.
func (o *ListCourses) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCourses) SetNextToken(v string)
SetNextToken sets NextToken field to given value.
func (o *ListCourses) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.