Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.91 KB

ModelCloudAccountDeleteReq.md

File metadata and controls

61 lines (34 loc) · 1.91 KB

ModelCloudAccountDeleteReq

Properties

Name Type Description Notes
NodeIds []string

Methods

NewModelCloudAccountDeleteReq

func NewModelCloudAccountDeleteReq(nodeIds []string, ) *ModelCloudAccountDeleteReq

NewModelCloudAccountDeleteReq instantiates a new ModelCloudAccountDeleteReq 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

NewModelCloudAccountDeleteReqWithDefaults

func NewModelCloudAccountDeleteReqWithDefaults() *ModelCloudAccountDeleteReq

NewModelCloudAccountDeleteReqWithDefaults instantiates a new ModelCloudAccountDeleteReq 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 *ModelCloudAccountDeleteReq) GetNodeIds() []string

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

GetNodeIdsOk

func (o *ModelCloudAccountDeleteReq) 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 *ModelCloudAccountDeleteReq) SetNodeIds(v []string)

SetNodeIds sets NodeIds field to given value.

SetNodeIdsNil

func (o *ModelCloudAccountDeleteReq) SetNodeIdsNil(b bool)

SetNodeIdsNil sets the value for NodeIds to be an explicit nil

UnsetNodeIds

func (o *ModelCloudAccountDeleteReq) UnsetNodeIds()

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

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