Skip to content

ModelFwReleaseNoteReqInfo

Properties

Name Type Description Notes
OemId string ID, you can also get this field throw: \"Get the firmware pool list\"

Methods

NewModelFwReleaseNoteReqInfo

func NewModelFwReleaseNoteReqInfo(oemId string, ) *ModelFwReleaseNoteReqInfo

NewModelFwReleaseNoteReqInfo instantiates a new ModelFwReleaseNoteReqInfo 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

NewModelFwReleaseNoteReqInfoWithDefaults

func NewModelFwReleaseNoteReqInfoWithDefaults() *ModelFwReleaseNoteReqInfo

NewModelFwReleaseNoteReqInfoWithDefaults instantiates a new ModelFwReleaseNoteReqInfo 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

GetOemId

func (o *ModelFwReleaseNoteReqInfo) GetOemId() string

GetOemId returns the OemId field if non-nil, zero value otherwise.

GetOemIdOk

func (o *ModelFwReleaseNoteReqInfo) GetOemIdOk() (*string, bool)

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

SetOemId

func (o *ModelFwReleaseNoteReqInfo) SetOemId(v string)

SetOemId sets OemId field to given value.

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