Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 9.02 KB

SystemInsightsOsVersion.md

File metadata and controls

342 lines (185 loc) · 9.02 KB

SystemInsightsOsVersion

Properties

Name Type Description Notes
Build Pointer to string [optional]
Codename Pointer to string [optional]
CollectionTime Pointer to string [optional]
InstallDate Pointer to string [optional]
Major Pointer to int32 [optional]
Minor Pointer to int32 [optional]
Name Pointer to string [optional]
Patch Pointer to int32 [optional]
Platform Pointer to string [optional]
PlatformLike Pointer to string [optional]
SystemId Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewSystemInsightsOsVersion

func NewSystemInsightsOsVersion() *SystemInsightsOsVersion

NewSystemInsightsOsVersion instantiates a new SystemInsightsOsVersion 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

NewSystemInsightsOsVersionWithDefaults

func NewSystemInsightsOsVersionWithDefaults() *SystemInsightsOsVersion

NewSystemInsightsOsVersionWithDefaults instantiates a new SystemInsightsOsVersion 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

GetBuild

func (o *SystemInsightsOsVersion) GetBuild() string

GetBuild returns the Build field if non-nil, zero value otherwise.

GetBuildOk

func (o *SystemInsightsOsVersion) GetBuildOk() (*string, bool)

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

SetBuild

func (o *SystemInsightsOsVersion) SetBuild(v string)

SetBuild sets Build field to given value.

HasBuild

func (o *SystemInsightsOsVersion) HasBuild() bool

HasBuild returns a boolean if a field has been set.

GetCodename

func (o *SystemInsightsOsVersion) GetCodename() string

GetCodename returns the Codename field if non-nil, zero value otherwise.

GetCodenameOk

func (o *SystemInsightsOsVersion) GetCodenameOk() (*string, bool)

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

SetCodename

func (o *SystemInsightsOsVersion) SetCodename(v string)

SetCodename sets Codename field to given value.

HasCodename

func (o *SystemInsightsOsVersion) HasCodename() bool

HasCodename returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsOsVersion) GetCollectionTime() string

GetCollectionTime returns the CollectionTime field if non-nil, zero value otherwise.

GetCollectionTimeOk

func (o *SystemInsightsOsVersion) GetCollectionTimeOk() (*string, bool)

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

SetCollectionTime

func (o *SystemInsightsOsVersion) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsOsVersion) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetInstallDate

func (o *SystemInsightsOsVersion) GetInstallDate() string

GetInstallDate returns the InstallDate field if non-nil, zero value otherwise.

GetInstallDateOk

func (o *SystemInsightsOsVersion) GetInstallDateOk() (*string, bool)

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

SetInstallDate

func (o *SystemInsightsOsVersion) SetInstallDate(v string)

SetInstallDate sets InstallDate field to given value.

HasInstallDate

func (o *SystemInsightsOsVersion) HasInstallDate() bool

HasInstallDate returns a boolean if a field has been set.

GetMajor

func (o *SystemInsightsOsVersion) GetMajor() int32

GetMajor returns the Major field if non-nil, zero value otherwise.

GetMajorOk

func (o *SystemInsightsOsVersion) GetMajorOk() (*int32, bool)

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

SetMajor

func (o *SystemInsightsOsVersion) SetMajor(v int32)

SetMajor sets Major field to given value.

HasMajor

func (o *SystemInsightsOsVersion) HasMajor() bool

HasMajor returns a boolean if a field has been set.

GetMinor

func (o *SystemInsightsOsVersion) GetMinor() int32

GetMinor returns the Minor field if non-nil, zero value otherwise.

GetMinorOk

func (o *SystemInsightsOsVersion) GetMinorOk() (*int32, bool)

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

SetMinor

func (o *SystemInsightsOsVersion) SetMinor(v int32)

SetMinor sets Minor field to given value.

HasMinor

func (o *SystemInsightsOsVersion) HasMinor() bool

HasMinor returns a boolean if a field has been set.

GetName

func (o *SystemInsightsOsVersion) GetName() string

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

GetNameOk

func (o *SystemInsightsOsVersion) 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 *SystemInsightsOsVersion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SystemInsightsOsVersion) HasName() bool

HasName returns a boolean if a field has been set.

GetPatch

func (o *SystemInsightsOsVersion) GetPatch() int32

GetPatch returns the Patch field if non-nil, zero value otherwise.

GetPatchOk

func (o *SystemInsightsOsVersion) GetPatchOk() (*int32, bool)

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

SetPatch

func (o *SystemInsightsOsVersion) SetPatch(v int32)

SetPatch sets Patch field to given value.

HasPatch

func (o *SystemInsightsOsVersion) HasPatch() bool

HasPatch returns a boolean if a field has been set.

GetPlatform

func (o *SystemInsightsOsVersion) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *SystemInsightsOsVersion) GetPlatformOk() (*string, bool)

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

SetPlatform

func (o *SystemInsightsOsVersion) SetPlatform(v string)

SetPlatform sets Platform field to given value.

HasPlatform

func (o *SystemInsightsOsVersion) HasPlatform() bool

HasPlatform returns a boolean if a field has been set.

GetPlatformLike

func (o *SystemInsightsOsVersion) GetPlatformLike() string

GetPlatformLike returns the PlatformLike field if non-nil, zero value otherwise.

GetPlatformLikeOk

func (o *SystemInsightsOsVersion) GetPlatformLikeOk() (*string, bool)

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

SetPlatformLike

func (o *SystemInsightsOsVersion) SetPlatformLike(v string)

SetPlatformLike sets PlatformLike field to given value.

HasPlatformLike

func (o *SystemInsightsOsVersion) HasPlatformLike() bool

HasPlatformLike returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsOsVersion) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsOsVersion) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsOsVersion) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsOsVersion) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetVersion

func (o *SystemInsightsOsVersion) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *SystemInsightsOsVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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