Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to DeviceAirflowValue | [optional] | |
Label | Pointer to DeviceAirflowLabel | [optional] |
func NewDeviceAirflow() *DeviceAirflow
NewDeviceAirflow instantiates a new DeviceAirflow 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 NewDeviceAirflowWithDefaults() *DeviceAirflow
NewDeviceAirflowWithDefaults instantiates a new DeviceAirflow 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 *DeviceAirflow) GetValue() DeviceAirflowValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *DeviceAirflow) GetValueOk() (*DeviceAirflowValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceAirflow) SetValue(v DeviceAirflowValue)
SetValue sets Value field to given value.
func (o *DeviceAirflow) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *DeviceAirflow) GetLabel() DeviceAirflowLabel
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *DeviceAirflow) GetLabelOk() (*DeviceAirflowLabel, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceAirflow) SetLabel(v DeviceAirflowLabel)
SetLabel sets Label field to given value.
func (o *DeviceAirflow) HasLabel() bool
HasLabel returns a boolean if a field has been set.