Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.65 KB

File metadata and controls

264 lines (143 loc) · 6.65 KB

LabeledFirmware

Properties

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]

Methods

NewLabeledFirmware

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

NewLabeledFirmwareWithDefaults

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

GetCollectionId

func (o *LabeledFirmware) GetCollectionId() string

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

GetCollectionIdOk

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.

SetCollectionId

func (o *LabeledFirmware) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *LabeledFirmware) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetImageId

func (o *LabeledFirmware) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

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.

SetImageId

func (o *LabeledFirmware) SetImageId(v string)

SetImageId sets ImageId field to given value.

HasImageId

func (o *LabeledFirmware) HasImageId() bool

HasImageId returns a boolean if a field has been set.

GetImageRef

func (o *LabeledFirmware) GetImageRef() string

GetImageRef returns the ImageRef field if non-nil, zero value otherwise.

GetImageRefOk

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.

SetImageRef

func (o *LabeledFirmware) SetImageRef(v string)

SetImageRef sets ImageRef field to given value.

HasImageRef

func (o *LabeledFirmware) HasImageRef() bool

HasImageRef returns a boolean if a field has been set.

GetVersion

func (o *LabeledFirmware) GetVersion() string

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

GetVersionOk

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.

SetVersion

func (o *LabeledFirmware) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *LabeledFirmware) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetLabel

func (o *LabeledFirmware) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

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.

SetLabel

func (o *LabeledFirmware) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *LabeledFirmware) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetFileName

func (o *LabeledFirmware) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

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.

SetFileName

func (o *LabeledFirmware) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *LabeledFirmware) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetLength

func (o *LabeledFirmware) GetLength() string

GetLength returns the Length field if non-nil, zero value otherwise.

GetLengthOk

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.

SetLength

func (o *LabeledFirmware) SetLength(v string)

SetLength sets Length field to given value.

HasLength

func (o *LabeledFirmware) HasLength() bool

HasLength returns a boolean if a field has been set.

GetSha256

func (o *LabeledFirmware) GetSha256() string

GetSha256 returns the Sha256 field if non-nil, zero value otherwise.

GetSha256Ok

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.

SetSha256

func (o *LabeledFirmware) SetSha256(v string)

SetSha256 sets Sha256 field to given value.

HasSha256

func (o *LabeledFirmware) HasSha256() bool

HasSha256 returns a boolean if a field has been set.

GetCreatedAt

func (o *LabeledFirmware) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *LabeledFirmware) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *LabeledFirmware) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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