GoodMem
ReferenceClient SDKsGoModels

RetrievedItemOneOf Model

RetrievedItemOneOf Model documentation for Go SDK

Properties

NameTypeDescriptionNotes
MemoryMemoryA full memory object

Methods

NewRetrievedItemOneOf

func NewRetrievedItemOneOf(memory interface{}, ) *RetrievedItemOneOf

NewRetrievedItemOneOf instantiates a new RetrievedItemOneOf 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

NewRetrievedItemOneOfWithDefaults

func NewRetrievedItemOneOfWithDefaults() *RetrievedItemOneOf

NewRetrievedItemOneOfWithDefaults instantiates a new RetrievedItemOneOf 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

GetMemory

func (o *RetrievedItemOneOf) GetMemory() interface{}

GetMemory returns the Memory field if non-nil, zero value otherwise.

GetMemoryOk

func (o *RetrievedItemOneOf) GetMemoryOk() (*interface{}, bool)

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

SetMemory

func (o *RetrievedItemOneOf) SetMemory(v interface{})

SetMemory sets Memory field to given value.

SetMemoryNil

func (o *RetrievedItemOneOf) SetMemoryNil(b bool)

SetMemoryNil sets the value for Memory to be an explicit nil

UnsetMemory

func (o *RetrievedItemOneOf) UnsetMemory()

UnsetMemory ensures that no value is present for Memory, not even an explicit nil