Name | Type | Description | Notes |
---|---|---|---|
First | Pointer to AppUsageEventListPaginationFirst | [optional] | |
Last | Pointer to AppUsageEventListPaginationLast | [optional] | |
Next | Pointer to AppUsageEventListPaginationNext | [optional] | |
Previous | Pointer to map[string]interface{} | Link to the previous page, if applicable | [optional] |
TotalPages | Pointer to int32 | Total number of pages | [optional] |
TotalResults | Pointer to int32 | Total number of results | [optional] |
func NewAppUsageEventListPagination() *AppUsageEventListPagination
NewAppUsageEventListPagination instantiates a new AppUsageEventListPagination 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 NewAppUsageEventListPaginationWithDefaults() *AppUsageEventListPagination
NewAppUsageEventListPaginationWithDefaults instantiates a new AppUsageEventListPagination 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 *AppUsageEventListPagination) GetFirst() AppUsageEventListPaginationFirst
GetFirst returns the First field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetFirstOk() (*AppUsageEventListPaginationFirst, bool)
GetFirstOk returns a tuple with the First field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetFirst(v AppUsageEventListPaginationFirst)
SetFirst sets First field to given value.
func (o *AppUsageEventListPagination) HasFirst() bool
HasFirst returns a boolean if a field has been set.
func (o *AppUsageEventListPagination) GetLast() AppUsageEventListPaginationLast
GetLast returns the Last field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetLastOk() (*AppUsageEventListPaginationLast, bool)
GetLastOk returns a tuple with the Last field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetLast(v AppUsageEventListPaginationLast)
SetLast sets Last field to given value.
func (o *AppUsageEventListPagination) HasLast() bool
HasLast returns a boolean if a field has been set.
func (o *AppUsageEventListPagination) GetNext() AppUsageEventListPaginationNext
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetNextOk() (*AppUsageEventListPaginationNext, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetNext(v AppUsageEventListPaginationNext)
SetNext sets Next field to given value.
func (o *AppUsageEventListPagination) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *AppUsageEventListPagination) GetPrevious() map[string]interface{}
GetPrevious returns the Previous field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetPreviousOk() (*map[string]interface{}, bool)
GetPreviousOk returns a tuple with the Previous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetPrevious(v map[string]interface{})
SetPrevious sets Previous field to given value.
func (o *AppUsageEventListPagination) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (o *AppUsageEventListPagination) SetPreviousNil(b bool)
SetPreviousNil sets the value for Previous to be an explicit nil
func (o *AppUsageEventListPagination) UnsetPrevious()
UnsetPrevious ensures that no value is present for Previous, not even an explicit nil
func (o *AppUsageEventListPagination) GetTotalPages() int32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetTotalPagesOk() (*int32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetTotalPages(v int32)
SetTotalPages sets TotalPages field to given value.
func (o *AppUsageEventListPagination) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *AppUsageEventListPagination) GetTotalResults() int32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *AppUsageEventListPagination) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppUsageEventListPagination) SetTotalResults(v int32)
SetTotalResults sets TotalResults field to given value.
func (o *AppUsageEventListPagination) HasTotalResults() bool
HasTotalResults returns a boolean if a field has been set.