| Name | Type | Description | Notes |
|---|---|---|---|
| Page | Pointer to float32 | [optional] | |
| TotalPages | Pointer to float32 | [optional] | |
| TotalResults | Pointer to float32 | [optional] | |
| Results | Pointer to []Keyword | [optional] |
func NewGetSearchKeyword2XXResponse() *GetSearchKeyword2XXResponse
NewGetSearchKeyword2XXResponse instantiates a new GetSearchKeyword2XXResponse 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 NewGetSearchKeyword2XXResponseWithDefaults() *GetSearchKeyword2XXResponse
NewGetSearchKeyword2XXResponseWithDefaults instantiates a new GetSearchKeyword2XXResponse 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 *GetSearchKeyword2XXResponse) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetSearchKeyword2XXResponse) 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 *GetSearchKeyword2XXResponse) SetPage(v float32)
SetPage sets Page field to given value.
func (o *GetSearchKeyword2XXResponse) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *GetSearchKeyword2XXResponse) GetTotalPages() float32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *GetSearchKeyword2XXResponse) 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 *GetSearchKeyword2XXResponse) SetTotalPages(v float32)
SetTotalPages sets TotalPages field to given value.
func (o *GetSearchKeyword2XXResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *GetSearchKeyword2XXResponse) GetTotalResults() float32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *GetSearchKeyword2XXResponse) 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 *GetSearchKeyword2XXResponse) SetTotalResults(v float32)
SetTotalResults sets TotalResults field to given value.
func (o *GetSearchKeyword2XXResponse) HasTotalResults() bool
HasTotalResults returns a boolean if a field has been set.
func (o *GetSearchKeyword2XXResponse) GetResults() []Keyword
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GetSearchKeyword2XXResponse) GetResultsOk() (*[]Keyword, 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 *GetSearchKeyword2XXResponse) SetResults(v []Keyword)
SetResults sets Results field to given value.
func (o *GetSearchKeyword2XXResponse) HasResults() bool
HasResults returns a boolean if a field has been set.