Skip to content

Latest commit

History

History
134 lines (73 loc) 路 3.74 KB

ReviewSearchResponseV1.md

File metadata and controls

134 lines (73 loc) 路 3.74 KB

ReviewSearchResponseV1

Properties

Name Type Description Notes
TotalHits Pointer to int64 [optional]
Page Pointer to int64 [optional]
PerPage Pointer to int64 [optional]
Results Pointer to []ReviewSearchResponseV1Results [optional]

Methods

NewReviewSearchResponseV1

func NewReviewSearchResponseV1() *ReviewSearchResponseV1

NewReviewSearchResponseV1 instantiates a new ReviewSearchResponseV1 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

NewReviewSearchResponseV1WithDefaults

func NewReviewSearchResponseV1WithDefaults() *ReviewSearchResponseV1

NewReviewSearchResponseV1WithDefaults instantiates a new ReviewSearchResponseV1 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

GetTotalHits

func (o *ReviewSearchResponseV1) GetTotalHits() int64

GetTotalHits returns the TotalHits field if non-nil, zero value otherwise.

GetTotalHitsOk

func (o *ReviewSearchResponseV1) GetTotalHitsOk() (*int64, bool)

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

SetTotalHits

func (o *ReviewSearchResponseV1) SetTotalHits(v int64)

SetTotalHits sets TotalHits field to given value.

HasTotalHits

func (o *ReviewSearchResponseV1) HasTotalHits() bool

HasTotalHits returns a boolean if a field has been set.

GetPage

func (o *ReviewSearchResponseV1) GetPage() int64

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

GetPageOk

func (o *ReviewSearchResponseV1) GetPageOk() (*int64, 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 *ReviewSearchResponseV1) SetPage(v int64)

SetPage sets Page field to given value.

HasPage

func (o *ReviewSearchResponseV1) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPerPage

func (o *ReviewSearchResponseV1) GetPerPage() int64

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

GetPerPageOk

func (o *ReviewSearchResponseV1) GetPerPageOk() (*int64, 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 *ReviewSearchResponseV1) SetPerPage(v int64)

SetPerPage sets PerPage field to given value.

HasPerPage

func (o *ReviewSearchResponseV1) HasPerPage() bool

HasPerPage returns a boolean if a field has been set.

GetResults

func (o *ReviewSearchResponseV1) GetResults() []ReviewSearchResponseV1Results

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

GetResultsOk

func (o *ReviewSearchResponseV1) GetResultsOk() (*[]ReviewSearchResponseV1Results, 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 *ReviewSearchResponseV1) SetResults(v []ReviewSearchResponseV1Results)

SetResults sets Results field to given value.

HasResults

func (o *ReviewSearchResponseV1) HasResults() bool

HasResults returns a boolean if a field has been set.

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