GoodMem
ReferenceClient SDKsGo SDKRequests

BatchMemoryCreationRequest

BatchMemoryCreationRequest documentation for Go SDK

Properties

NameTypeDescriptionNotes
ValidatePointer to map[string]interface[optional]
Requests[]MemoryCreationRequestArray of memory creation requests

Methods

NewBatchMemoryCreationRequest

func NewBatchMemoryCreationRequest(requests []MemoryCreationRequest, ) *BatchMemoryCreationRequest

NewBatchMemoryCreationRequest instantiates a new BatchMemoryCreationRequest 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

NewBatchMemoryCreationRequestWithDefaults

func NewBatchMemoryCreationRequestWithDefaults() *BatchMemoryCreationRequest

NewBatchMemoryCreationRequestWithDefaults instantiates a new BatchMemoryCreationRequest 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

GetValidate

func (o *BatchMemoryCreationRequest) GetValidate() map[string]interface{}

GetValidate returns the Validate field if non-nil, zero value otherwise.

GetValidateOk

func (o *BatchMemoryCreationRequest) GetValidateOk() (*map[string]interface{}, bool)

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

SetValidate

func (o *BatchMemoryCreationRequest) SetValidate(v map[string]interface{})

SetValidate sets Validate field to given value.

HasValidate

func (o *BatchMemoryCreationRequest) HasValidate() bool

HasValidate returns a boolean if a field has been set.

GetRequests

func (o *BatchMemoryCreationRequest) GetRequests() []MemoryCreationRequest

GetRequests returns the Requests field if non-nil, zero value otherwise.

GetRequestsOk

func (o *BatchMemoryCreationRequest) GetRequestsOk() (*[]MemoryCreationRequest, bool)

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

SetRequests

func (o *BatchMemoryCreationRequest) SetRequests(v []MemoryCreationRequest)

SetRequests sets Requests field to given value.

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