Skip to content

Latest commit

 

History

History
258 lines (141 loc) Β· 6.79 KB

File metadata and controls

258 lines (141 loc) Β· 6.79 KB

GetUsers200ResponseMeta

Properties

Name Type Description Notes
CurrentPage Pointer to int32 [optional]
From Pointer to NullableInt32 [optional]
LastPage Pointer to int32 [optional]
Links Pointer to []GetUsers200ResponseMetaLinksInner [optional]
Path Pointer to string [optional]
PerPage Pointer to int32 [optional]
To Pointer to NullableInt32 [optional]
Total Pointer to int32 [optional]

Methods

NewGetUsers200ResponseMeta

func NewGetUsers200ResponseMeta() *GetUsers200ResponseMeta

NewGetUsers200ResponseMeta instantiates a new GetUsers200ResponseMeta 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

NewGetUsers200ResponseMetaWithDefaults

func NewGetUsers200ResponseMetaWithDefaults() *GetUsers200ResponseMeta

NewGetUsers200ResponseMetaWithDefaults instantiates a new GetUsers200ResponseMeta 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

GetCurrentPage

func (o *GetUsers200ResponseMeta) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *GetUsers200ResponseMeta) GetCurrentPageOk() (*int32, bool)

GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentPage

func (o *GetUsers200ResponseMeta) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *GetUsers200ResponseMeta) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetFrom

func (o *GetUsers200ResponseMeta) GetFrom() int32

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

func (o *GetUsers200ResponseMeta) GetFromOk() (*int32, bool)

GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFrom

func (o *GetUsers200ResponseMeta) SetFrom(v int32)

SetFrom sets From field to given value.

HasFrom

func (o *GetUsers200ResponseMeta) HasFrom() bool

HasFrom returns a boolean if a field has been set.

SetFromNil

func (o *GetUsers200ResponseMeta) SetFromNil(b bool)

SetFromNil sets the value for From to be an explicit nil

UnsetFrom

func (o *GetUsers200ResponseMeta) UnsetFrom()

UnsetFrom ensures that no value is present for From, not even an explicit nil

GetLastPage

func (o *GetUsers200ResponseMeta) GetLastPage() int32

GetLastPage returns the LastPage field if non-nil, zero value otherwise.

GetLastPageOk

func (o *GetUsers200ResponseMeta) GetLastPageOk() (*int32, bool)

GetLastPageOk returns a tuple with the LastPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastPage

func (o *GetUsers200ResponseMeta) SetLastPage(v int32)

SetLastPage sets LastPage field to given value.

HasLastPage

func (o *GetUsers200ResponseMeta) HasLastPage() bool

HasLastPage returns a boolean if a field has been set.

GetLinks

func (o *GetUsers200ResponseMeta) GetLinks() []GetUsers200ResponseMetaLinksInner

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *GetUsers200ResponseMeta) GetLinksOk() (*[]GetUsers200ResponseMetaLinksInner, bool)

GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinks

func (o *GetUsers200ResponseMeta) SetLinks(v []GetUsers200ResponseMetaLinksInner)

SetLinks sets Links field to given value.

HasLinks

func (o *GetUsers200ResponseMeta) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetPath

func (o *GetUsers200ResponseMeta) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *GetUsers200ResponseMeta) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPath

func (o *GetUsers200ResponseMeta) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *GetUsers200ResponseMeta) HasPath() bool

HasPath returns a boolean if a field has been set.

GetPerPage

func (o *GetUsers200ResponseMeta) GetPerPage() int32

GetPerPage returns the PerPage field if non-nil, zero value otherwise.

GetPerPageOk

func (o *GetUsers200ResponseMeta) GetPerPageOk() (*int32, bool)

GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPerPage

func (o *GetUsers200ResponseMeta) SetPerPage(v int32)

SetPerPage sets PerPage field to given value.

HasPerPage

func (o *GetUsers200ResponseMeta) HasPerPage() bool

HasPerPage returns a boolean if a field has been set.

GetTo

func (o *GetUsers200ResponseMeta) GetTo() int32

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

func (o *GetUsers200ResponseMeta) GetToOk() (*int32, bool)

GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTo

func (o *GetUsers200ResponseMeta) SetTo(v int32)

SetTo sets To field to given value.

HasTo

func (o *GetUsers200ResponseMeta) HasTo() bool

HasTo returns a boolean if a field has been set.

SetToNil

func (o *GetUsers200ResponseMeta) SetToNil(b bool)

SetToNil sets the value for To to be an explicit nil

UnsetTo

func (o *GetUsers200ResponseMeta) UnsetTo()

UnsetTo ensures that no value is present for To, not even an explicit nil

GetTotal

func (o *GetUsers200ResponseMeta) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *GetUsers200ResponseMeta) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotal

func (o *GetUsers200ResponseMeta) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *GetUsers200ResponseMeta) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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