GoodMem
ReferenceClient SDKsGoRequests

JsonBatchMemoryCreationRequest

JsonBatchMemoryCreationRequest documentation for Go SDK

Properties

NameTypeDescriptionNotes
Requests[]JsonMemoryCreationRequestArray of memory creation requests.

Methods

NewJsonBatchMemoryCreationRequest

func NewJsonBatchMemoryCreationRequest(requests []JsonMemoryCreationRequest, ) *JsonBatchMemoryCreationRequest

NewJsonBatchMemoryCreationRequest instantiates a new JsonBatchMemoryCreationRequest 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

NewJsonBatchMemoryCreationRequestWithDefaults

func NewJsonBatchMemoryCreationRequestWithDefaults() *JsonBatchMemoryCreationRequest

NewJsonBatchMemoryCreationRequestWithDefaults instantiates a new JsonBatchMemoryCreationRequest 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

GetRequests

func (o *JsonBatchMemoryCreationRequest) GetRequests() []JsonMemoryCreationRequest

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

GetRequestsOk

func (o *JsonBatchMemoryCreationRequest) GetRequestsOk() (*[]JsonMemoryCreationRequest, 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 *JsonBatchMemoryCreationRequest) SetRequests(v []JsonMemoryCreationRequest)

SetRequests sets Requests field to given value.