Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

ModelAgentUpgrade.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

ModelAgentUpgrade

Properties

Name Type Description Notes
NodeIds []string
Version string

Methods

NewModelAgentUpgrade

func NewModelAgentUpgrade(nodeIds []string, version string, ) *ModelAgentUpgrade

NewModelAgentUpgrade instantiates a new ModelAgentUpgrade 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

NewModelAgentUpgradeWithDefaults

func NewModelAgentUpgradeWithDefaults() *ModelAgentUpgrade

NewModelAgentUpgradeWithDefaults instantiates a new ModelAgentUpgrade 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

GetNodeIds

func (o *ModelAgentUpgrade) GetNodeIds() []string

GetNodeIds returns the NodeIds field if non-nil, zero value otherwise.

GetNodeIdsOk

func (o *ModelAgentUpgrade) GetNodeIdsOk() (*[]string, bool)

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

SetNodeIds

func (o *ModelAgentUpgrade) SetNodeIds(v []string)

SetNodeIds sets NodeIds field to given value.

SetNodeIdsNil

func (o *ModelAgentUpgrade) SetNodeIdsNil(b bool)

SetNodeIdsNil sets the value for NodeIds to be an explicit nil

UnsetNodeIds

func (o *ModelAgentUpgrade) UnsetNodeIds()

UnsetNodeIds ensures that no value is present for NodeIds, not even an explicit nil

GetVersion

func (o *ModelAgentUpgrade) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

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