Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.12 KB

ModelAgentPluginDisable.md

File metadata and controls

72 lines (39 loc) · 2.12 KB

ModelAgentPluginDisable

Properties

Name Type Description Notes
NodeId string
PluginName string

Methods

NewModelAgentPluginDisable

func NewModelAgentPluginDisable(nodeId string, pluginName string, ) *ModelAgentPluginDisable

NewModelAgentPluginDisable instantiates a new ModelAgentPluginDisable 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

NewModelAgentPluginDisableWithDefaults

func NewModelAgentPluginDisableWithDefaults() *ModelAgentPluginDisable

NewModelAgentPluginDisableWithDefaults instantiates a new ModelAgentPluginDisable 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 *ModelAgentPluginDisable) GetNodeId() string

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

GetNodeIdOk

func (o *ModelAgentPluginDisable) 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 *ModelAgentPluginDisable) SetNodeId(v string)

SetNodeId sets NodeId field to given value.

GetPluginName

func (o *ModelAgentPluginDisable) GetPluginName() string

GetPluginName returns the PluginName field if non-nil, zero value otherwise.

GetPluginNameOk

func (o *ModelAgentPluginDisable) GetPluginNameOk() (*string, bool)

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

SetPluginName

func (o *ModelAgentPluginDisable) SetPluginName(v string)

SetPluginName sets PluginName field to given value.

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