| Name | Type | Description | Notes |
|---|---|---|---|
| CurrentFirmware | Pointer to CurrentFirmware | [optional] | |
| FirmwareUpdate | Pointer to UserDfuStateMachine | [optional] |
func NewUserFirmwareInfo() *UserFirmwareInfo
NewUserFirmwareInfo instantiates a new UserFirmwareInfo 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 NewUserFirmwareInfoWithDefaults() *UserFirmwareInfo
NewUserFirmwareInfoWithDefaults instantiates a new UserFirmwareInfo 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 *UserFirmwareInfo) GetCurrentFirmware() CurrentFirmware
GetCurrentFirmware returns the CurrentFirmware field if non-nil, zero value otherwise.
func (o *UserFirmwareInfo) GetCurrentFirmwareOk() (*CurrentFirmware, bool)
GetCurrentFirmwareOk returns a tuple with the CurrentFirmware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFirmwareInfo) SetCurrentFirmware(v CurrentFirmware)
SetCurrentFirmware sets CurrentFirmware field to given value.
func (o *UserFirmwareInfo) HasCurrentFirmware() bool
HasCurrentFirmware returns a boolean if a field has been set.
func (o *UserFirmwareInfo) GetFirmwareUpdate() UserDfuStateMachine
GetFirmwareUpdate returns the FirmwareUpdate field if non-nil, zero value otherwise.
func (o *UserFirmwareInfo) GetFirmwareUpdateOk() (*UserDfuStateMachine, bool)
GetFirmwareUpdateOk returns a tuple with the FirmwareUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFirmwareInfo) SetFirmwareUpdate(v UserDfuStateMachine)
SetFirmwareUpdate sets FirmwareUpdate field to given value.
func (o *UserFirmwareInfo) HasFirmwareUpdate() bool
HasFirmwareUpdate returns a boolean if a field has been set.