Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.78 KB

V3DomainsGet200ResponsePagination.md

File metadata and controls

186 lines (101 loc) · 5.78 KB

V3DomainsGet200ResponsePagination

Properties

Name Type Description Notes
First Pointer to Get200ResponseLinksLogCache [optional]
Last Pointer to Get200ResponseLinksLogCache [optional]
Next Pointer to Get200ResponseLinksLogCache [optional]
Previous Pointer to Get200ResponseLinksLogCache [optional]
TotalPages Pointer to int32 [optional]
TotalResults Pointer to int32 [optional]

Methods

NewV3DomainsGet200ResponsePagination

func NewV3DomainsGet200ResponsePagination() *V3DomainsGet200ResponsePagination

NewV3DomainsGet200ResponsePagination instantiates a new V3DomainsGet200ResponsePagination 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

NewV3DomainsGet200ResponsePaginationWithDefaults

func NewV3DomainsGet200ResponsePaginationWithDefaults() *V3DomainsGet200ResponsePagination

NewV3DomainsGet200ResponsePaginationWithDefaults instantiates a new V3DomainsGet200ResponsePagination 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

GetFirst

func (o *V3DomainsGet200ResponsePagination) GetFirst() Get200ResponseLinksLogCache

GetFirst returns the First field if non-nil, zero value otherwise.

GetFirstOk

func (o *V3DomainsGet200ResponsePagination) GetFirstOk() (*Get200ResponseLinksLogCache, 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.

SetFirst

func (o *V3DomainsGet200ResponsePagination) SetFirst(v Get200ResponseLinksLogCache)

SetFirst sets First field to given value.

HasFirst

func (o *V3DomainsGet200ResponsePagination) HasFirst() bool

HasFirst returns a boolean if a field has been set.

GetLast

func (o *V3DomainsGet200ResponsePagination) GetLast() Get200ResponseLinksLogCache

GetLast returns the Last field if non-nil, zero value otherwise.

GetLastOk

func (o *V3DomainsGet200ResponsePagination) GetLastOk() (*Get200ResponseLinksLogCache, 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.

SetLast

func (o *V3DomainsGet200ResponsePagination) SetLast(v Get200ResponseLinksLogCache)

SetLast sets Last field to given value.

HasLast

func (o *V3DomainsGet200ResponsePagination) HasLast() bool

HasLast returns a boolean if a field has been set.

GetNext

func (o *V3DomainsGet200ResponsePagination) GetNext() Get200ResponseLinksLogCache

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *V3DomainsGet200ResponsePagination) GetNextOk() (*Get200ResponseLinksLogCache, 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.

SetNext

func (o *V3DomainsGet200ResponsePagination) SetNext(v Get200ResponseLinksLogCache)

SetNext sets Next field to given value.

HasNext

func (o *V3DomainsGet200ResponsePagination) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrevious

func (o *V3DomainsGet200ResponsePagination) GetPrevious() Get200ResponseLinksLogCache

GetPrevious returns the Previous field if non-nil, zero value otherwise.

GetPreviousOk

func (o *V3DomainsGet200ResponsePagination) GetPreviousOk() (*Get200ResponseLinksLogCache, 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.

SetPrevious

func (o *V3DomainsGet200ResponsePagination) SetPrevious(v Get200ResponseLinksLogCache)

SetPrevious sets Previous field to given value.

HasPrevious

func (o *V3DomainsGet200ResponsePagination) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

GetTotalPages

func (o *V3DomainsGet200ResponsePagination) GetTotalPages() int32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

func (o *V3DomainsGet200ResponsePagination) 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.

SetTotalPages

func (o *V3DomainsGet200ResponsePagination) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *V3DomainsGet200ResponsePagination) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetTotalResults

func (o *V3DomainsGet200ResponsePagination) GetTotalResults() int32

GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.

GetTotalResultsOk

func (o *V3DomainsGet200ResponsePagination) 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.

SetTotalResults

func (o *V3DomainsGet200ResponsePagination) SetTotalResults(v int32)

SetTotalResults sets TotalResults field to given value.

HasTotalResults

func (o *V3DomainsGet200ResponsePagination) HasTotalResults() bool

HasTotalResults returns a boolean if a field has been set.

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