Name | Type | Description | Notes |
---|---|---|---|
Pagination | Pagination | ||
Results | []TokenModel |
func NewPaginatedTokenModelList(pagination Pagination, results []TokenModel, ) *PaginatedTokenModelList
NewPaginatedTokenModelList instantiates a new PaginatedTokenModelList 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 NewPaginatedTokenModelListWithDefaults() *PaginatedTokenModelList
NewPaginatedTokenModelListWithDefaults instantiates a new PaginatedTokenModelList 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 *PaginatedTokenModelList) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *PaginatedTokenModelList) 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 *PaginatedTokenModelList) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *PaginatedTokenModelList) GetResults() []TokenModel
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *PaginatedTokenModelList) GetResultsOk() (*[]TokenModel, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginatedTokenModelList) SetResults(v []TokenModel)
SetResults sets Results field to given value.