internal/httpclient/docs/TokenPaginationHeaders.md
| Name | Type | Description | Notes |
|---|---|---|---|
| Link | Pointer to string | The link header contains pagination links. For details on pagination please head over to the pagination documentation. in: header | [optional] |
| XTotalCount | Pointer to string | The total number of clients. in: header | [optional] |
func NewTokenPaginationHeaders() *TokenPaginationHeaders
NewTokenPaginationHeaders instantiates a new TokenPaginationHeaders 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 NewTokenPaginationHeadersWithDefaults() *TokenPaginationHeaders
NewTokenPaginationHeadersWithDefaults instantiates a new TokenPaginationHeaders 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 *TokenPaginationHeaders) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *TokenPaginationHeaders) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenPaginationHeaders) SetLink(v string)
SetLink sets Link field to given value.
func (o *TokenPaginationHeaders) HasLink() bool
HasLink returns a boolean if a field has been set.
func (o *TokenPaginationHeaders) GetXTotalCount() string
GetXTotalCount returns the XTotalCount field if non-nil, zero value otherwise.
func (o *TokenPaginationHeaders) GetXTotalCountOk() (*string, bool)
GetXTotalCountOk returns a tuple with the XTotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenPaginationHeaders) SetXTotalCount(v string)
SetXTotalCount sets XTotalCount field to given value.
func (o *TokenPaginationHeaders) HasXTotalCount() bool
HasXTotalCount returns a boolean if a field has been set.