Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.88 KB

File metadata and controls

134 lines (73 loc) · 3.88 KB

GetSearchKeyword2XXResponse

Properties

Name Type Description Notes
Page Pointer to float32 [optional]
TotalPages Pointer to float32 [optional]
TotalResults Pointer to float32 [optional]
Results Pointer to []Keyword [optional]

Methods

NewGetSearchKeyword2XXResponse

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

NewGetSearchKeyword2XXResponseWithDefaults

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

GetPage

func (o *GetSearchKeyword2XXResponse) GetPage() float32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

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.

SetPage

func (o *GetSearchKeyword2XXResponse) SetPage(v float32)

SetPage sets Page field to given value.

HasPage

func (o *GetSearchKeyword2XXResponse) HasPage() bool

HasPage returns a boolean if a field has been set.

GetTotalPages

func (o *GetSearchKeyword2XXResponse) GetTotalPages() float32

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

GetTotalPagesOk

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.

SetTotalPages

func (o *GetSearchKeyword2XXResponse) SetTotalPages(v float32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *GetSearchKeyword2XXResponse) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetTotalResults

func (o *GetSearchKeyword2XXResponse) GetTotalResults() float32

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

GetTotalResultsOk

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.

SetTotalResults

func (o *GetSearchKeyword2XXResponse) SetTotalResults(v float32)

SetTotalResults sets TotalResults field to given value.

HasTotalResults

func (o *GetSearchKeyword2XXResponse) HasTotalResults() bool

HasTotalResults returns a boolean if a field has been set.

GetResults

func (o *GetSearchKeyword2XXResponse) GetResults() []Keyword

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

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.

SetResults

func (o *GetSearchKeyword2XXResponse) SetResults(v []Keyword)

SetResults sets Results field to given value.

HasResults

func (o *GetSearchKeyword2XXResponse) HasResults() bool

HasResults returns a boolean if a field has been set.

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