Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.59 KB

CreateFirmwareRequest.md

File metadata and controls

134 lines (73 loc) · 3.59 KB

CreateFirmwareRequest

Properties

Name Type Description Notes
Image Pointer to string [optional]
Version Pointer to string [optional]
Filename Pointer to string [optional]
Tags Pointer to map[string]string [optional]

Methods

NewCreateFirmwareRequest

func NewCreateFirmwareRequest() *CreateFirmwareRequest

NewCreateFirmwareRequest instantiates a new CreateFirmwareRequest 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

NewCreateFirmwareRequestWithDefaults

func NewCreateFirmwareRequestWithDefaults() *CreateFirmwareRequest

NewCreateFirmwareRequestWithDefaults instantiates a new CreateFirmwareRequest 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

GetImage

func (o *CreateFirmwareRequest) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *CreateFirmwareRequest) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImage

func (o *CreateFirmwareRequest) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *CreateFirmwareRequest) HasImage() bool

HasImage returns a boolean if a field has been set.

GetVersion

func (o *CreateFirmwareRequest) GetVersion() string

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

GetVersionOk

func (o *CreateFirmwareRequest) 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 *CreateFirmwareRequest) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *CreateFirmwareRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetFilename

func (o *CreateFirmwareRequest) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

func (o *CreateFirmwareRequest) 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 *CreateFirmwareRequest) SetFilename(v string)

SetFilename sets Filename field to given value.

HasFilename

func (o *CreateFirmwareRequest) HasFilename() bool

HasFilename returns a boolean if a field has been set.

GetTags

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

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

GetTagsOk

func (o *CreateFirmwareRequest) 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 *CreateFirmwareRequest) SetTags(v map[string]string)

SetTags sets Tags field to given value.

HasTags

func (o *CreateFirmwareRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

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