Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
DataType | string | ||
DefaultValue | Pointer to NullableString | [optional] | |
Size | Pointer to int32 | [optional] | |
T | string |
func NewDataSourceSelectCommandParameterVM(name string, dataType string, t string, ) *DataSourceSelectCommandParameterVM
NewDataSourceSelectCommandParameterVM instantiates a new DataSourceSelectCommandParameterVM 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 NewDataSourceSelectCommandParameterVMWithDefaults() *DataSourceSelectCommandParameterVM
NewDataSourceSelectCommandParameterVMWithDefaults instantiates a new DataSourceSelectCommandParameterVM 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 *DataSourceSelectCommandParameterVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DataSourceSelectCommandParameterVM) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceSelectCommandParameterVM) SetName(v string)
SetName sets Name field to given value.
func (o *DataSourceSelectCommandParameterVM) GetDataType() string
GetDataType returns the DataType field if non-nil, zero value otherwise.
func (o *DataSourceSelectCommandParameterVM) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceSelectCommandParameterVM) SetDataType(v string)
SetDataType sets DataType field to given value.
func (o *DataSourceSelectCommandParameterVM) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *DataSourceSelectCommandParameterVM) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceSelectCommandParameterVM) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *DataSourceSelectCommandParameterVM) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *DataSourceSelectCommandParameterVM) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *DataSourceSelectCommandParameterVM) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
func (o *DataSourceSelectCommandParameterVM) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *DataSourceSelectCommandParameterVM) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceSelectCommandParameterVM) SetSize(v int32)
SetSize sets Size field to given value.
func (o *DataSourceSelectCommandParameterVM) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *DataSourceSelectCommandParameterVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *DataSourceSelectCommandParameterVM) 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.
func (o *DataSourceSelectCommandParameterVM) SetT(v string)
SetT sets T field to given value.