Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.46 KB

SearchQS.md

File metadata and controls

56 lines (31 loc) · 1.46 KB

SearchQS

Properties

Name Type Description Notes
Search Pointer to string [optional]

Methods

NewSearchQS

func NewSearchQS() *SearchQS

NewSearchQS instantiates a new SearchQS 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

NewSearchQSWithDefaults

func NewSearchQSWithDefaults() *SearchQS

NewSearchQSWithDefaults instantiates a new SearchQS 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

GetSearch

func (o *SearchQS) GetSearch() string

GetSearch returns the Search field if non-nil, zero value otherwise.

GetSearchOk

func (o *SearchQS) GetSearchOk() (*string, bool)

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

SetSearch

func (o *SearchQS) SetSearch(v string)

SetSearch sets Search field to given value.

HasSearch

func (o *SearchQS) HasSearch() bool

HasSearch returns a boolean if a field has been set.

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