Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.94 KB

SystemInsightsPatches.md

File metadata and controls

290 lines (157 loc) · 7.94 KB

SystemInsightsPatches

Properties

Name Type Description Notes
Caption Pointer to string [optional]
CollectionTime Pointer to string [optional]
Csname Pointer to string [optional]
Description Pointer to string [optional]
FixComments Pointer to string [optional]
HotfixId Pointer to string [optional]
InstallDate Pointer to string [optional]
InstalledBy Pointer to string [optional]
InstalledOn Pointer to string [optional]
SystemId Pointer to string [optional]

Methods

NewSystemInsightsPatches

func NewSystemInsightsPatches() *SystemInsightsPatches

NewSystemInsightsPatches instantiates a new SystemInsightsPatches 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

NewSystemInsightsPatchesWithDefaults

func NewSystemInsightsPatchesWithDefaults() *SystemInsightsPatches

NewSystemInsightsPatchesWithDefaults instantiates a new SystemInsightsPatches 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

GetCaption

func (o *SystemInsightsPatches) GetCaption() string

GetCaption returns the Caption field if non-nil, zero value otherwise.

GetCaptionOk

func (o *SystemInsightsPatches) GetCaptionOk() (*string, bool)

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

SetCaption

func (o *SystemInsightsPatches) SetCaption(v string)

SetCaption sets Caption field to given value.

HasCaption

func (o *SystemInsightsPatches) HasCaption() bool

HasCaption returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsPatches) GetCollectionTime() string

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

GetCollectionTimeOk

func (o *SystemInsightsPatches) 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 *SystemInsightsPatches) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsPatches) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetCsname

func (o *SystemInsightsPatches) GetCsname() string

GetCsname returns the Csname field if non-nil, zero value otherwise.

GetCsnameOk

func (o *SystemInsightsPatches) GetCsnameOk() (*string, bool)

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

SetCsname

func (o *SystemInsightsPatches) SetCsname(v string)

SetCsname sets Csname field to given value.

HasCsname

func (o *SystemInsightsPatches) HasCsname() bool

HasCsname returns a boolean if a field has been set.

GetDescription

func (o *SystemInsightsPatches) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SystemInsightsPatches) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *SystemInsightsPatches) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SystemInsightsPatches) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetFixComments

func (o *SystemInsightsPatches) GetFixComments() string

GetFixComments returns the FixComments field if non-nil, zero value otherwise.

GetFixCommentsOk

func (o *SystemInsightsPatches) GetFixCommentsOk() (*string, bool)

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

SetFixComments

func (o *SystemInsightsPatches) SetFixComments(v string)

SetFixComments sets FixComments field to given value.

HasFixComments

func (o *SystemInsightsPatches) HasFixComments() bool

HasFixComments returns a boolean if a field has been set.

GetHotfixId

func (o *SystemInsightsPatches) GetHotfixId() string

GetHotfixId returns the HotfixId field if non-nil, zero value otherwise.

GetHotfixIdOk

func (o *SystemInsightsPatches) GetHotfixIdOk() (*string, bool)

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

SetHotfixId

func (o *SystemInsightsPatches) SetHotfixId(v string)

SetHotfixId sets HotfixId field to given value.

HasHotfixId

func (o *SystemInsightsPatches) HasHotfixId() bool

HasHotfixId returns a boolean if a field has been set.

GetInstallDate

func (o *SystemInsightsPatches) GetInstallDate() string

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

GetInstallDateOk

func (o *SystemInsightsPatches) 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 *SystemInsightsPatches) SetInstallDate(v string)

SetInstallDate sets InstallDate field to given value.

HasInstallDate

func (o *SystemInsightsPatches) HasInstallDate() bool

HasInstallDate returns a boolean if a field has been set.

GetInstalledBy

func (o *SystemInsightsPatches) GetInstalledBy() string

GetInstalledBy returns the InstalledBy field if non-nil, zero value otherwise.

GetInstalledByOk

func (o *SystemInsightsPatches) GetInstalledByOk() (*string, bool)

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

SetInstalledBy

func (o *SystemInsightsPatches) SetInstalledBy(v string)

SetInstalledBy sets InstalledBy field to given value.

HasInstalledBy

func (o *SystemInsightsPatches) HasInstalledBy() bool

HasInstalledBy returns a boolean if a field has been set.

GetInstalledOn

func (o *SystemInsightsPatches) GetInstalledOn() string

GetInstalledOn returns the InstalledOn field if non-nil, zero value otherwise.

GetInstalledOnOk

func (o *SystemInsightsPatches) GetInstalledOnOk() (*string, bool)

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

SetInstalledOn

func (o *SystemInsightsPatches) SetInstalledOn(v string)

SetInstalledOn sets InstalledOn field to given value.

HasInstalledOn

func (o *SystemInsightsPatches) HasInstalledOn() bool

HasInstalledOn returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsPatches) GetSystemId() string

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

GetSystemIdOk

func (o *SystemInsightsPatches) 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 *SystemInsightsPatches) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsPatches) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

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