| 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] |
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
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
func (o *GetUsers200ResponseMeta) GetCurrentPage() int32
GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetCurrentPage(v int32)
SetCurrentPage sets CurrentPage field to given value.
func (o *GetUsers200ResponseMeta) HasCurrentPage() bool
HasCurrentPage returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) GetFrom() int32
GetFrom returns the From field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetFrom(v int32)
SetFrom sets From field to given value.
func (o *GetUsers200ResponseMeta) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) SetFromNil(b bool)
SetFromNil sets the value for From to be an explicit nil
func (o *GetUsers200ResponseMeta) UnsetFrom()
UnsetFrom ensures that no value is present for From, not even an explicit nil
func (o *GetUsers200ResponseMeta) GetLastPage() int32
GetLastPage returns the LastPage field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetLastPage(v int32)
SetLastPage sets LastPage field to given value.
func (o *GetUsers200ResponseMeta) HasLastPage() bool
HasLastPage returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) GetLinks() []GetUsers200ResponseMetaLinksInner
GetLinks returns the Links field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetLinks(v []GetUsers200ResponseMetaLinksInner)
SetLinks sets Links field to given value.
func (o *GetUsers200ResponseMeta) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetPath(v string)
SetPath sets Path field to given value.
func (o *GetUsers200ResponseMeta) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *GetUsers200ResponseMeta) HasPerPage() bool
HasPerPage returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) GetTo() int32
GetTo returns the To field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetTo(v int32)
SetTo sets To field to given value.
func (o *GetUsers200ResponseMeta) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *GetUsers200ResponseMeta) SetToNil(b bool)
SetToNil sets the value for To to be an explicit nil
func (o *GetUsers200ResponseMeta) UnsetTo()
UnsetTo ensures that no value is present for To, not even an explicit nil
func (o *GetUsers200ResponseMeta) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
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.
func (o *GetUsers200ResponseMeta) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *GetUsers200ResponseMeta) HasTotal() bool
HasTotal returns a boolean if a field has been set.