Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.91 KB

TypeConversionOptions.md

File metadata and controls

66 lines (37 loc) · 1.91 KB

TypeConversionOptions

Properties

Name Type Description Notes
Types Pointer to []string [optional]

Methods

NewTypeConversionOptions

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

NewTypeConversionOptionsWithDefaults

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

GetTypes

func (o *TypeConversionOptions) GetTypes() []string

GetTypes returns the Types field if non-nil, zero value otherwise.

GetTypesOk

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.

SetTypes

func (o *TypeConversionOptions) SetTypes(v []string)

SetTypes sets Types field to given value.

HasTypes

func (o *TypeConversionOptions) HasTypes() bool

HasTypes returns a boolean if a field has been set.

SetTypesNil

func (o *TypeConversionOptions) SetTypesNil(b bool)

SetTypesNil sets the value for Types to be an explicit nil

UnsetTypes

func (o *TypeConversionOptions) UnsetTypes()

UnsetTypes ensures that no value is present for Types, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]