Skip to content

DeleteIntelliRecoverDevice

Properties

Name Type Description Notes
DeleteMacs Pointer to []string The device macs to be deleted from intelli recover device list. [optional]

Methods

NewDeleteIntelliRecoverDevice

func NewDeleteIntelliRecoverDevice() *DeleteIntelliRecoverDevice

NewDeleteIntelliRecoverDevice instantiates a new DeleteIntelliRecoverDevice 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

NewDeleteIntelliRecoverDeviceWithDefaults

func NewDeleteIntelliRecoverDeviceWithDefaults() *DeleteIntelliRecoverDevice

NewDeleteIntelliRecoverDeviceWithDefaults instantiates a new DeleteIntelliRecoverDevice 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

GetDeleteMacs

func (o *DeleteIntelliRecoverDevice) GetDeleteMacs() []string

GetDeleteMacs returns the DeleteMacs field if non-nil, zero value otherwise.

GetDeleteMacsOk

func (o *DeleteIntelliRecoverDevice) GetDeleteMacsOk() (*[]string, bool)

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

SetDeleteMacs

func (o *DeleteIntelliRecoverDevice) SetDeleteMacs(v []string)

SetDeleteMacs sets DeleteMacs field to given value.

HasDeleteMacs

func (o *DeleteIntelliRecoverDevice) HasDeleteMacs() bool

HasDeleteMacs returns a boolean if a field has been set.

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