Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 2.65 KB

DataSourceParameterTypesVM.md

File metadata and controls

87 lines (48 loc) · 2.65 KB

DataSourceParameterTypesVM

Properties

Name Type Description Notes
DataTypes Pointer to []DataSourceParameterTypeVM [optional]
T string

Methods

NewDataSourceParameterTypesVM

func NewDataSourceParameterTypesVM(t string, ) *DataSourceParameterTypesVM

NewDataSourceParameterTypesVM instantiates a new DataSourceParameterTypesVM 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

NewDataSourceParameterTypesVMWithDefaults

func NewDataSourceParameterTypesVMWithDefaults() *DataSourceParameterTypesVM

NewDataSourceParameterTypesVMWithDefaults instantiates a new DataSourceParameterTypesVM 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

GetDataTypes

func (o *DataSourceParameterTypesVM) GetDataTypes() []DataSourceParameterTypeVM

GetDataTypes returns the DataTypes field if non-nil, zero value otherwise.

GetDataTypesOk

func (o *DataSourceParameterTypesVM) GetDataTypesOk() (*[]DataSourceParameterTypeVM, bool)

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

SetDataTypes

func (o *DataSourceParameterTypesVM) SetDataTypes(v []DataSourceParameterTypeVM)

SetDataTypes sets DataTypes field to given value.

HasDataTypes

func (o *DataSourceParameterTypesVM) HasDataTypes() bool

HasDataTypes returns a boolean if a field has been set.

SetDataTypesNil

func (o *DataSourceParameterTypesVM) SetDataTypesNil(b bool)

SetDataTypesNil sets the value for DataTypes to be an explicit nil

UnsetDataTypes

func (o *DataSourceParameterTypesVM) UnsetDataTypes()

UnsetDataTypes ensures that no value is present for DataTypes, not even an explicit nil

GetT

func (o *DataSourceParameterTypesVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *DataSourceParameterTypesVM) GetTOk() (*string, bool)

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

SetT

func (o *DataSourceParameterTypesVM) SetT(v string)

SetT sets T field to given value.

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