| Name | Type | Description | Notes |
|---|---|---|---|
| CollectionId | Pointer to string | [optional] | |
| ImageId | Pointer to string | [optional] | |
| ImageRef | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] | |
| Label | Pointer to string | [optional] | |
| FileName | Pointer to string | [optional] | |
| Length | Pointer to string | [optional] | |
| Sha256 | Pointer to string | [optional] | |
| CreatedAt | Pointer to string | [optional] |
func NewLabeledFirmware() *LabeledFirmware
NewLabeledFirmware instantiates a new LabeledFirmware 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 NewLabeledFirmwareWithDefaults() *LabeledFirmware
NewLabeledFirmwareWithDefaults instantiates a new LabeledFirmware 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 *LabeledFirmware) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *LabeledFirmware) 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 *LabeledFirmware) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *LabeledFirmware) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *LabeledFirmware) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetImageIdOk() (*string, bool)
GetImageIdOk returns a tuple with the ImageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *LabeledFirmware) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *LabeledFirmware) GetImageRef() string
GetImageRef returns the ImageRef field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetImageRefOk() (*string, bool)
GetImageRefOk returns a tuple with the ImageRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetImageRef(v string)
SetImageRef sets ImageRef field to given value.
func (o *LabeledFirmware) HasImageRef() bool
HasImageRef returns a boolean if a field has been set.
func (o *LabeledFirmware) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *LabeledFirmware) 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 *LabeledFirmware) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *LabeledFirmware) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *LabeledFirmware) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetLabelOk() (*string, 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 *LabeledFirmware) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *LabeledFirmware) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *LabeledFirmware) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *LabeledFirmware) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *LabeledFirmware) GetLength() string
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetLengthOk() (*string, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetLength(v string)
SetLength sets Length field to given value.
func (o *LabeledFirmware) HasLength() bool
HasLength returns a boolean if a field has been set.
func (o *LabeledFirmware) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *LabeledFirmware) HasSha256() bool
HasSha256 returns a boolean if a field has been set.
func (o *LabeledFirmware) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *LabeledFirmware) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabeledFirmware) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *LabeledFirmware) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.