Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.41 KB

AutocompleteProductSearch200ResponseResultsInner.md

File metadata and controls

72 lines (39 loc) · 2.41 KB

AutocompleteProductSearch200ResponseResultsInner

Properties

Name Type Description Notes
Id int32
Title string

Methods

NewAutocompleteProductSearch200ResponseResultsInner

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

NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults

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

GetId

func (o *AutocompleteProductSearch200ResponseResultsInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AutocompleteProductSearch200ResponseResultsInner) SetId(v int32)

SetId sets Id field to given value.

GetTitle

func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *AutocompleteProductSearch200ResponseResultsInner) SetTitle(v string)

SetTitle sets Title field to given value.

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