Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.98 KB

ModelAgentUpgrade.md

File metadata and controls

72 lines (39 loc) · 1.98 KB

ModelAgentUpgrade

Properties

Name Type Description Notes
NodeId string
Version string

Methods

NewModelAgentUpgrade

func NewModelAgentUpgrade(nodeId 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

GetNodeId

func (o *ModelAgentUpgrade) GetNodeId() string

GetNodeId returns the NodeId field if non-nil, zero value otherwise.

GetNodeIdOk

func (o *ModelAgentUpgrade) GetNodeIdOk() (*string, bool)

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

SetNodeId

func (o *ModelAgentUpgrade) SetNodeId(v string)

SetNodeId sets NodeId field to given value.

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]