Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.57 KB

InventoryResponseEnvoysInner.md

File metadata and controls

93 lines (50 loc) · 2.57 KB

InventoryResponseEnvoysInner

Properties

Name Type Description Notes
Sn string
Model string
Sku string

Methods

NewInventoryResponseEnvoysInner

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

NewInventoryResponseEnvoysInnerWithDefaults

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

GetSn

func (o *InventoryResponseEnvoysInner) GetSn() string

GetSn returns the Sn field if non-nil, zero value otherwise.

GetSnOk

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.

SetSn

func (o *InventoryResponseEnvoysInner) SetSn(v string)

SetSn sets Sn field to given value.

GetModel

func (o *InventoryResponseEnvoysInner) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

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.

SetModel

func (o *InventoryResponseEnvoysInner) SetModel(v string)

SetModel sets Model field to given value.

GetSku

func (o *InventoryResponseEnvoysInner) GetSku() string

GetSku returns the Sku field if non-nil, zero value otherwise.

GetSkuOk

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.

SetSku

func (o *InventoryResponseEnvoysInner) SetSku(v string)

SetSku sets Sku field to given value.

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