Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Title | string |
func NewAutocompleteProductSearch200ResponseResultsInner(id int32, title string, ) *AutocompleteProductSearch200ResponseResultsInner
NewAutocompleteProductSearch200ResponseResultsInner instantiates a new AutocompleteProductSearch200ResponseResultsInner 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 NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults() *AutocompleteProductSearch200ResponseResultsInner
NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults instantiates a new AutocompleteProductSearch200ResponseResultsInner 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 *AutocompleteProductSearch200ResponseResultsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AutocompleteProductSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutocompleteProductSearch200ResponseResultsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutocompleteProductSearch200ResponseResultsInner) SetTitle(v string)
SetTitle sets Title field to given value.