Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3 KB

ComputerSoftwareUpdate.md

File metadata and controls

108 lines (59 loc) · 3 KB

ComputerSoftwareUpdate

Properties

Name Type Description Notes
Name Pointer to string [optional]
Version Pointer to string [optional]
PackageName Pointer to string [optional]

Methods

NewComputerSoftwareUpdate

func NewComputerSoftwareUpdate() *ComputerSoftwareUpdate

NewComputerSoftwareUpdate instantiates a new ComputerSoftwareUpdate 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

NewComputerSoftwareUpdateWithDefaults

func NewComputerSoftwareUpdateWithDefaults() *ComputerSoftwareUpdate

NewComputerSoftwareUpdateWithDefaults instantiates a new ComputerSoftwareUpdate 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

GetName

func (o *ComputerSoftwareUpdate) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ComputerSoftwareUpdate) GetNameOk() (*string, bool)

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

SetName

func (o *ComputerSoftwareUpdate) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ComputerSoftwareUpdate) HasName() bool

HasName returns a boolean if a field has been set.

GetVersion

func (o *ComputerSoftwareUpdate) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *ComputerSoftwareUpdate) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetPackageName

func (o *ComputerSoftwareUpdate) GetPackageName() string

GetPackageName returns the PackageName field if non-nil, zero value otherwise.

GetPackageNameOk

func (o *ComputerSoftwareUpdate) GetPackageNameOk() (*string, bool)

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

SetPackageName

func (o *ComputerSoftwareUpdate) SetPackageName(v string)

SetPackageName sets PackageName field to given value.

HasPackageName

func (o *ComputerSoftwareUpdate) HasPackageName() bool

HasPackageName returns a boolean if a field has been set.

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