Name | Type | Description | Notes |
---|---|---|---|
Search | Pointer to string | [optional] |
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
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
func (o *SearchQS) GetSearch() string
GetSearch returns the Search field if non-nil, zero value otherwise.
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.
func (o *SearchQS) SetSearch(v string)
SetSearch sets Search field to given value.
func (o *SearchQS) HasSearch() bool
HasSearch returns a boolean if a field has been set.