Name | Type | Description | Notes |
---|---|---|---|
Types | Pointer to []string | [optional] |
func NewTypeConversionOptions() *TypeConversionOptions
NewTypeConversionOptions instantiates a new TypeConversionOptions 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
func NewTypeConversionOptionsWithDefaults() *TypeConversionOptions
NewTypeConversionOptionsWithDefaults instantiates a new TypeConversionOptions 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
func (o *TypeConversionOptions) GetTypes() []string
GetTypes returns the Types field if non-nil, zero value otherwise.
func (o *TypeConversionOptions) GetTypesOk() (*[]string, bool)
GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TypeConversionOptions) SetTypes(v []string)
SetTypes sets Types field to given value.
func (o *TypeConversionOptions) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (o *TypeConversionOptions) SetTypesNil(b bool)
SetTypesNil sets the value for Types to be an explicit nil
func (o *TypeConversionOptions) UnsetTypes()
UnsetTypes ensures that no value is present for Types, not even an explicit nil