Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.18 KB

PatchSoftwareTitlePackages.md

File metadata and controls

108 lines (59 loc) · 3.18 KB

PatchSoftwareTitlePackages

Properties

Name Type Description Notes
PackageId Pointer to string [optional]
Version Pointer to string [optional]
DisplayName Pointer to string [optional] [readonly]

Methods

NewPatchSoftwareTitlePackages

func NewPatchSoftwareTitlePackages() *PatchSoftwareTitlePackages

NewPatchSoftwareTitlePackages instantiates a new PatchSoftwareTitlePackages 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

NewPatchSoftwareTitlePackagesWithDefaults

func NewPatchSoftwareTitlePackagesWithDefaults() *PatchSoftwareTitlePackages

NewPatchSoftwareTitlePackagesWithDefaults instantiates a new PatchSoftwareTitlePackages 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

GetPackageId

func (o *PatchSoftwareTitlePackages) GetPackageId() string

GetPackageId returns the PackageId field if non-nil, zero value otherwise.

GetPackageIdOk

func (o *PatchSoftwareTitlePackages) GetPackageIdOk() (*string, bool)

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

SetPackageId

func (o *PatchSoftwareTitlePackages) SetPackageId(v string)

SetPackageId sets PackageId field to given value.

HasPackageId

func (o *PatchSoftwareTitlePackages) HasPackageId() bool

HasPackageId returns a boolean if a field has been set.

GetVersion

func (o *PatchSoftwareTitlePackages) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *PatchSoftwareTitlePackages) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetDisplayName

func (o *PatchSoftwareTitlePackages) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *PatchSoftwareTitlePackages) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *PatchSoftwareTitlePackages) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *PatchSoftwareTitlePackages) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

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