Name | Type | Description | Notes |
---|---|---|---|
CollectionId | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Tags | Pointer to map[string]string | [optional] | |
Enabled | Pointer to bool | [optional] |
func NewUpdateFirmwareBody() *UpdateFirmwareBody
NewUpdateFirmwareBody instantiates a new UpdateFirmwareBody 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 NewUpdateFirmwareBodyWithDefaults() *UpdateFirmwareBody
NewUpdateFirmwareBodyWithDefaults instantiates a new UpdateFirmwareBody 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 *UpdateFirmwareBody) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *UpdateFirmwareBody) GetCollectionIdOk() (*string, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFirmwareBody) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *UpdateFirmwareBody) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *UpdateFirmwareBody) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *UpdateFirmwareBody) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFirmwareBody) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *UpdateFirmwareBody) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *UpdateFirmwareBody) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UpdateFirmwareBody) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFirmwareBody) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *UpdateFirmwareBody) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *UpdateFirmwareBody) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *UpdateFirmwareBody) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFirmwareBody) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *UpdateFirmwareBody) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.