Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

CampaignSoftwareUpdate.md

File metadata and controls

108 lines (59 loc) · 3.46 KB

CampaignSoftwareUpdate

Properties

Name Type Description Notes
Reboot Pointer to string Define the behavior after update [optional]
Targets Pointer to [][]RuleTargetsInner List of all groups of node to target the campaign [optional]
SoftwareUpdate Pointer to []CampaignSoftwareUpdateSoftwareUpdateInner List of all software to update [optional]

Methods

NewCampaignSoftwareUpdate

func NewCampaignSoftwareUpdate() *CampaignSoftwareUpdate

NewCampaignSoftwareUpdate instantiates a new CampaignSoftwareUpdate 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

NewCampaignSoftwareUpdateWithDefaults

func NewCampaignSoftwareUpdateWithDefaults() *CampaignSoftwareUpdate

NewCampaignSoftwareUpdateWithDefaults instantiates a new CampaignSoftwareUpdate 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

GetReboot

func (o *CampaignSoftwareUpdate) GetReboot() string

GetReboot returns the Reboot field if non-nil, zero value otherwise.

GetRebootOk

func (o *CampaignSoftwareUpdate) GetRebootOk() (*string, bool)

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

SetReboot

func (o *CampaignSoftwareUpdate) SetReboot(v string)

SetReboot sets Reboot field to given value.

HasReboot

func (o *CampaignSoftwareUpdate) HasReboot() bool

HasReboot returns a boolean if a field has been set.

GetTargets

func (o *CampaignSoftwareUpdate) GetTargets() [][]RuleTargetsInner

GetTargets returns the Targets field if non-nil, zero value otherwise.

GetTargetsOk

func (o *CampaignSoftwareUpdate) GetTargetsOk() (*[][]RuleTargetsInner, bool)

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

SetTargets

func (o *CampaignSoftwareUpdate) SetTargets(v [][]RuleTargetsInner)

SetTargets sets Targets field to given value.

HasTargets

func (o *CampaignSoftwareUpdate) HasTargets() bool

HasTargets returns a boolean if a field has been set.

GetSoftwareUpdate

func (o *CampaignSoftwareUpdate) GetSoftwareUpdate() []CampaignSoftwareUpdateSoftwareUpdateInner

GetSoftwareUpdate returns the SoftwareUpdate field if non-nil, zero value otherwise.

GetSoftwareUpdateOk

func (o *CampaignSoftwareUpdate) GetSoftwareUpdateOk() (*[]CampaignSoftwareUpdateSoftwareUpdateInner, bool)

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

SetSoftwareUpdate

func (o *CampaignSoftwareUpdate) SetSoftwareUpdate(v []CampaignSoftwareUpdateSoftwareUpdateInner)

SetSoftwareUpdate sets SoftwareUpdate field to given value.

HasSoftwareUpdate

func (o *CampaignSoftwareUpdate) HasSoftwareUpdate() bool

HasSoftwareUpdate returns a boolean if a field has been set.

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