GoodMem
ReferenceClient SDKsGo SDKRequests

BatchMemoryDeletionRequest

BatchMemoryDeletionRequest documentation for Go SDK

Properties

NameTypeDescriptionNotes
MemoryIds[]stringArray of memory IDs to delete

Methods

NewBatchMemoryDeletionRequest

func NewBatchMemoryDeletionRequest(memoryIds []string, ) *BatchMemoryDeletionRequest

NewBatchMemoryDeletionRequest instantiates a new BatchMemoryDeletionRequest 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

NewBatchMemoryDeletionRequestWithDefaults

func NewBatchMemoryDeletionRequestWithDefaults() *BatchMemoryDeletionRequest

NewBatchMemoryDeletionRequestWithDefaults instantiates a new BatchMemoryDeletionRequest 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

GetMemoryIds

func (o *BatchMemoryDeletionRequest) GetMemoryIds() []string

GetMemoryIds returns the MemoryIds field if non-nil, zero value otherwise.

GetMemoryIdsOk

func (o *BatchMemoryDeletionRequest) GetMemoryIdsOk() (*[]string, bool)

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

SetMemoryIds

func (o *BatchMemoryDeletionRequest) SetMemoryIds(v []string)

SetMemoryIds sets MemoryIds field to given value.

↑ Back to Go SDK ↑ Back to Go SDK ↑ Back to Go SDK