Name | Type | Description | Notes |
---|---|---|---|
Pagination | Pointer to Pagination | [optional] | |
Resources | Pointer to []Task | [optional] |
func NewV3TasksGet200Response() *V3TasksGet200Response
NewV3TasksGet200Response instantiates a new V3TasksGet200Response 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 NewV3TasksGet200ResponseWithDefaults() *V3TasksGet200Response
NewV3TasksGet200ResponseWithDefaults instantiates a new V3TasksGet200Response 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 *V3TasksGet200Response) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *V3TasksGet200Response) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3TasksGet200Response) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *V3TasksGet200Response) HasPagination() bool
HasPagination returns a boolean if a field has been set.
func (o *V3TasksGet200Response) GetResources() []Task
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *V3TasksGet200Response) GetResourcesOk() (*[]Task, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3TasksGet200Response) SetResources(v []Task)
SetResources sets Resources field to given value.
func (o *V3TasksGet200Response) HasResources() bool
HasResources returns a boolean if a field has been set.