DeleteIntelliRecoverClient
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeleteMacs | Pointer to []string | The client macs to be deleted from intelli recover client list. | [optional] |
Methods
NewDeleteIntelliRecoverClient
func NewDeleteIntelliRecoverClient() *DeleteIntelliRecoverClient
NewDeleteIntelliRecoverClient instantiates a new DeleteIntelliRecoverClient 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
NewDeleteIntelliRecoverClientWithDefaults
func NewDeleteIntelliRecoverClientWithDefaults() *DeleteIntelliRecoverClient
NewDeleteIntelliRecoverClientWithDefaults instantiates a new DeleteIntelliRecoverClient 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 *DeleteIntelliRecoverClient) GetDeleteMacs() []string
GetDeleteMacs returns the DeleteMacs field if non-nil, zero value otherwise.
GetDeleteMacsOk
func (o *DeleteIntelliRecoverClient) 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 *DeleteIntelliRecoverClient) SetDeleteMacs(v []string)
SetDeleteMacs sets DeleteMacs field to given value.
HasDeleteMacs
func (o *DeleteIntelliRecoverClient) HasDeleteMacs() bool
HasDeleteMacs returns a boolean if a field has been set.