ModelAndModelVersionVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Model | Pointer to string | Model of device | [optional] |
| ModelVersion | Pointer to string | Model version of device | [optional] |
Methods
NewModelAndModelVersionVO
func NewModelAndModelVersionVO() *ModelAndModelVersionVO
NewModelAndModelVersionVO instantiates a new ModelAndModelVersionVO 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
NewModelAndModelVersionVOWithDefaults
func NewModelAndModelVersionVOWithDefaults() *ModelAndModelVersionVO
NewModelAndModelVersionVOWithDefaults instantiates a new ModelAndModelVersionVO 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
GetModel
func (o *ModelAndModelVersionVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *ModelAndModelVersionVO) 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 *ModelAndModelVersionVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *ModelAndModelVersionVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *ModelAndModelVersionVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *ModelAndModelVersionVO) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *ModelAndModelVersionVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *ModelAndModelVersionVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.