GoodMem
ReferenceClient SDKsGoConfiguration

ChunkingConfigurationOneOf Configuration

ChunkingConfigurationOneOf Configuration documentation for Go SDK

Properties

NameTypeDescriptionNotes
NoneinterfaceNo chunking — preserves original content as a single unit

Methods

NewChunkingConfigurationOneOf

func NewChunkingConfigurationOneOf(none interface{}, ) *ChunkingConfigurationOneOf

NewChunkingConfigurationOneOf instantiates a new ChunkingConfigurationOneOf 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

NewChunkingConfigurationOneOfWithDefaults

func NewChunkingConfigurationOneOfWithDefaults() *ChunkingConfigurationOneOf

NewChunkingConfigurationOneOfWithDefaults instantiates a new ChunkingConfigurationOneOf 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

GetNone

func (o *ChunkingConfigurationOneOf) GetNone() interface{}

GetNone returns the None field if non-nil, zero value otherwise.

GetNoneOk

func (o *ChunkingConfigurationOneOf) GetNoneOk() (*interface{}, bool)

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

SetNone

func (o *ChunkingConfigurationOneOf) SetNone(v interface{})

SetNone sets None field to given value.

SetNoneNil

func (o *ChunkingConfigurationOneOf) SetNoneNil(b bool)

SetNoneNil sets the value for None to be an explicit nil

UnsetNone

func (o *ChunkingConfigurationOneOf) UnsetNone()

UnsetNone ensures that no value is present for None, not even an explicit nil