| Name | Type | Description | Notes |
|---|---|---|---|
| Models | Pointer to []NewModelResponse | [optional] | |
| Region | Pointer to string | [optional] | |
| StockType | Pointer to string | [optional] |
func NewNewStockResponse() *NewStockResponse
NewNewStockResponse instantiates a new NewStockResponse 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 NewNewStockResponseWithDefaults() *NewStockResponse
NewNewStockResponseWithDefaults instantiates a new NewStockResponse 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 *NewStockResponse) GetModels() []NewModelResponse
GetModels returns the Models field if non-nil, zero value otherwise.
func (o *NewStockResponse) GetModelsOk() (*[]NewModelResponse, bool)
GetModelsOk returns a tuple with the Models field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewStockResponse) SetModels(v []NewModelResponse)
SetModels sets Models field to given value.
func (o *NewStockResponse) HasModels() bool
HasModels returns a boolean if a field has been set.
func (o *NewStockResponse) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *NewStockResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewStockResponse) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *NewStockResponse) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *NewStockResponse) GetStockType() string
GetStockType returns the StockType field if non-nil, zero value otherwise.
func (o *NewStockResponse) GetStockTypeOk() (*string, bool)
GetStockTypeOk returns a tuple with the StockType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewStockResponse) SetStockType(v string)
SetStockType sets StockType field to given value.
func (o *NewStockResponse) HasStockType() bool
HasStockType returns a boolean if a field has been set.