TaskCollection

Properties

NameTypeDescriptionNotes
TasksPointer to []Task[optional]

Methods

NewTaskCollection

func NewTaskCollection() *TaskCollection

NewTaskCollection instantiates a new TaskCollection 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

NewTaskCollectionWithDefaults

func NewTaskCollectionWithDefaults() *TaskCollection

NewTaskCollectionWithDefaults instantiates a new TaskCollection 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

GetTasks

func (o *TaskCollection) GetTasks() []Task

GetTasks returns the Tasks field if non-nil, zero value otherwise.

GetTasksOk

func (o *TaskCollection) GetTasksOk() (*[]Task, bool)

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

SetTasks

func (o *TaskCollection) SetTasks(v []Task)

SetTasks sets Tasks field to given value.

HasTasks

func (o *TaskCollection) HasTasks() bool

HasTasks returns a boolean if a field has been set.

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