JsonMemoryCreationContentRequirementOneOf Model
JsonMemoryCreationContentRequirementOneOf Model documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OriginalContent | string | Original content as plain text |
Methods
NewJsonMemoryCreationContentRequirementOneOf
func NewJsonMemoryCreationContentRequirementOneOf(originalContent interface{}, ) *JsonMemoryCreationContentRequirementOneOf
NewJsonMemoryCreationContentRequirementOneOf instantiates a new JsonMemoryCreationContentRequirementOneOf 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
NewJsonMemoryCreationContentRequirementOneOfWithDefaults
func NewJsonMemoryCreationContentRequirementOneOfWithDefaults() *JsonMemoryCreationContentRequirementOneOf
NewJsonMemoryCreationContentRequirementOneOfWithDefaults instantiates a new JsonMemoryCreationContentRequirementOneOf 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
GetOriginalContent
func (o *JsonMemoryCreationContentRequirementOneOf) GetOriginalContent() interface{}
GetOriginalContent returns the OriginalContent field if non-nil, zero value otherwise.
GetOriginalContentOk
func (o *JsonMemoryCreationContentRequirementOneOf) GetOriginalContentOk() (*interface{}, bool)
GetOriginalContentOk returns a tuple with the OriginalContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOriginalContent
func (o *JsonMemoryCreationContentRequirementOneOf) SetOriginalContent(v interface{})
SetOriginalContent sets OriginalContent field to given value.
SetOriginalContentNil
func (o *JsonMemoryCreationContentRequirementOneOf) SetOriginalContentNil(b bool)
SetOriginalContentNil sets the value for OriginalContent to be an explicit nil
UnsetOriginalContent
func (o *JsonMemoryCreationContentRequirementOneOf) UnsetOriginalContent()
UnsetOriginalContent ensures that no value is present for OriginalContent, not even an explicit nil