| Name | Type | Description | Notes |
|---|---|---|---|
| Page | Pointer to float32 | [optional] | |
| TotalPages | Pointer to float32 | [optional] | |
| TotalResults | Pointer to float32 | [optional] | |
| Results | Pointer to []GetSearch2XXResponseResultsInner | [optional] |
func NewGetSearch2XXResponse() *GetSearch2XXResponse
NewGetSearch2XXResponse instantiates a new GetSearch2XXResponse 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 NewGetSearch2XXResponseWithDefaults() *GetSearch2XXResponse
NewGetSearch2XXResponseWithDefaults instantiates a new GetSearch2XXResponse 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 *GetSearch2XXResponse) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetSearch2XXResponse) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSearch2XXResponse) SetPage(v float32)
SetPage sets Page field to given value.
func (o *GetSearch2XXResponse) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *GetSearch2XXResponse) GetTotalPages() float32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *GetSearch2XXResponse) GetTotalPagesOk() (*float32, 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.
func (o *GetSearch2XXResponse) SetTotalPages(v float32)
SetTotalPages sets TotalPages field to given value.
func (o *GetSearch2XXResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *GetSearch2XXResponse) GetTotalResults() float32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *GetSearch2XXResponse) GetTotalResultsOk() (*float32, 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.
func (o *GetSearch2XXResponse) SetTotalResults(v float32)
SetTotalResults sets TotalResults field to given value.
func (o *GetSearch2XXResponse) HasTotalResults() bool
HasTotalResults returns a boolean if a field has been set.
func (o *GetSearch2XXResponse) GetResults() []GetSearch2XXResponseResultsInner
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GetSearch2XXResponse) GetResultsOk() (*[]GetSearch2XXResponseResultsInner, 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 *GetSearch2XXResponse) SetResults(v []GetSearch2XXResponseResultsInner)
SetResults sets Results field to given value.
func (o *GetSearch2XXResponse) HasResults() bool
HasResults returns a boolean if a field has been set.