Name | Type | Description | Notes |
---|---|---|---|
Sn | string | ||
Model | string | ||
Sku | string |
func NewInventoryResponseEnvoysInner(sn string, model string, sku string, ) *InventoryResponseEnvoysInner
NewInventoryResponseEnvoysInner instantiates a new InventoryResponseEnvoysInner 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 NewInventoryResponseEnvoysInnerWithDefaults() *InventoryResponseEnvoysInner
NewInventoryResponseEnvoysInnerWithDefaults instantiates a new InventoryResponseEnvoysInner 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 *InventoryResponseEnvoysInner) GetSn() string
GetSn returns the Sn field if non-nil, zero value otherwise.
func (o *InventoryResponseEnvoysInner) GetSnOk() (*string, bool)
GetSnOk returns a tuple with the Sn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseEnvoysInner) SetSn(v string)
SetSn sets Sn field to given value.
func (o *InventoryResponseEnvoysInner) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *InventoryResponseEnvoysInner) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseEnvoysInner) SetModel(v string)
SetModel sets Model field to given value.
func (o *InventoryResponseEnvoysInner) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *InventoryResponseEnvoysInner) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponseEnvoysInner) SetSku(v string)
SetSku sets Sku field to given value.