ModelFwOemReleaseNoteInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ReleaseNotes | Pointer to []ModelFwVersionReleaseNoteInfo | Release Notes information for a firmware series | [optional] |
Methods
NewModelFwOemReleaseNoteInfo
func NewModelFwOemReleaseNoteInfo() *ModelFwOemReleaseNoteInfo
NewModelFwOemReleaseNoteInfo instantiates a new ModelFwOemReleaseNoteInfo 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
NewModelFwOemReleaseNoteInfoWithDefaults
func NewModelFwOemReleaseNoteInfoWithDefaults() *ModelFwOemReleaseNoteInfo
NewModelFwOemReleaseNoteInfoWithDefaults instantiates a new ModelFwOemReleaseNoteInfo 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
GetReleaseNotes
func (o *ModelFwOemReleaseNoteInfo) GetReleaseNotes() []ModelFwVersionReleaseNoteInfo
GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.
GetReleaseNotesOk
func (o *ModelFwOemReleaseNoteInfo) GetReleaseNotesOk() (*[]ModelFwVersionReleaseNoteInfo, bool)
GetReleaseNotesOk returns a tuple with the ReleaseNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReleaseNotes
func (o *ModelFwOemReleaseNoteInfo) SetReleaseNotes(v []ModelFwVersionReleaseNoteInfo)
SetReleaseNotes sets ReleaseNotes field to given value.
HasReleaseNotes
func (o *ModelFwOemReleaseNoteInfo) HasReleaseNotes() bool
HasReleaseNotes returns a boolean if a field has been set.