BatchDeleteMemorySelectorRequest
BatchDeleteMemorySelectorRequest documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MemoryId | Pointer to NullableString | Deletes one specific memory by UUID | [optional] |
| FilterSelector | Pointer to FilteredDeleteMemorySelectorRequest | [optional] |
Methods
NewBatchDeleteMemorySelectorRequest
func NewBatchDeleteMemorySelectorRequest() *BatchDeleteMemorySelectorRequest
NewBatchDeleteMemorySelectorRequest instantiates a new BatchDeleteMemorySelectorRequest 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
NewBatchDeleteMemorySelectorRequestWithDefaults
func NewBatchDeleteMemorySelectorRequestWithDefaults() *BatchDeleteMemorySelectorRequest
NewBatchDeleteMemorySelectorRequestWithDefaults instantiates a new BatchDeleteMemorySelectorRequest 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
GetMemoryId
func (o *BatchDeleteMemorySelectorRequest) GetMemoryId() string
GetMemoryId returns the MemoryId field if non-nil, zero value otherwise.
GetMemoryIdOk
func (o *BatchDeleteMemorySelectorRequest) GetMemoryIdOk() (*string, bool)
GetMemoryIdOk returns a tuple with the MemoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMemoryId
func (o *BatchDeleteMemorySelectorRequest) SetMemoryId(v string)
SetMemoryId sets MemoryId field to given value.
HasMemoryId
func (o *BatchDeleteMemorySelectorRequest) HasMemoryId() bool
HasMemoryId returns a boolean if a field has been set.
SetMemoryIdNil
func (o *BatchDeleteMemorySelectorRequest) SetMemoryIdNil(b bool)
SetMemoryIdNil sets the value for MemoryId to be an explicit nil
UnsetMemoryId
func (o *BatchDeleteMemorySelectorRequest) UnsetMemoryId()
UnsetMemoryId ensures that no value is present for MemoryId, not even an explicit nil
GetFilterSelector
func (o *BatchDeleteMemorySelectorRequest) GetFilterSelector() FilteredDeleteMemorySelectorRequest
GetFilterSelector returns the FilterSelector field if non-nil, zero value otherwise.
GetFilterSelectorOk
func (o *BatchDeleteMemorySelectorRequest) GetFilterSelectorOk() (*FilteredDeleteMemorySelectorRequest, bool)
GetFilterSelectorOk returns a tuple with the FilterSelector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFilterSelector
func (o *BatchDeleteMemorySelectorRequest) SetFilterSelector(v FilteredDeleteMemorySelectorRequest)
SetFilterSelector sets FilterSelector field to given value.
HasFilterSelector
func (o *BatchDeleteMemorySelectorRequest) HasFilterSelector() bool
HasFilterSelector returns a boolean if a field has been set.