Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.59 KB

UpdateFirmwareBody.md

File metadata and controls

134 lines (73 loc) · 3.59 KB

UpdateFirmwareBody

Properties

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]

Methods

NewUpdateFirmwareBody

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

NewUpdateFirmwareBodyWithDefaults

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

GetCollectionId

func (o *UpdateFirmwareBody) GetCollectionId() string

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

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.

SetCollectionId

func (o *UpdateFirmwareBody) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *UpdateFirmwareBody) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetVersion

func (o *UpdateFirmwareBody) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *UpdateFirmwareBody) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *UpdateFirmwareBody) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetTags

func (o *UpdateFirmwareBody) GetTags() map[string]string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *UpdateFirmwareBody) SetTags(v map[string]string)

SetTags sets Tags field to given value.

HasTags

func (o *UpdateFirmwareBody) HasTags() bool

HasTags returns a boolean if a field has been set.

GetEnabled

func (o *UpdateFirmwareBody) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *UpdateFirmwareBody) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *UpdateFirmwareBody) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]