VerifyDevice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MonitorDevice | Pointer to MonitorDevice | [optional] |
Methods
NewVerifyDevice
func NewVerifyDevice() *VerifyDevice
NewVerifyDevice instantiates a new VerifyDevice 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
NewVerifyDeviceWithDefaults
func NewVerifyDeviceWithDefaults() *VerifyDevice
NewVerifyDeviceWithDefaults instantiates a new VerifyDevice 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
GetMonitorDevice
func (o *VerifyDevice) GetMonitorDevice() MonitorDevice
GetMonitorDevice returns the MonitorDevice field if non-nil, zero value otherwise.
GetMonitorDeviceOk
func (o *VerifyDevice) GetMonitorDeviceOk() (*MonitorDevice, bool)
GetMonitorDeviceOk returns a tuple with the MonitorDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMonitorDevice
func (o *VerifyDevice) SetMonitorDevice(v MonitorDevice)
SetMonitorDevice sets MonitorDevice field to given value.
HasMonitorDevice
func (o *VerifyDevice) HasMonitorDevice() bool
HasMonitorDevice returns a boolean if a field has been set.