Name | Type | Description | Notes |
---|---|---|---|
ParamDefault | Pointer to map[string]string | [optional] | |
ParamConfig | Pointer to []StructuresParamConfig | [optional] | |
Param | Pointer to map[string]string | [optional] |
func NewMysqlConfigInfo() *MysqlConfigInfo
NewMysqlConfigInfo instantiates a new MysqlConfigInfo 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 NewMysqlConfigInfoWithDefaults() *MysqlConfigInfo
NewMysqlConfigInfoWithDefaults instantiates a new MysqlConfigInfo 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 *MysqlConfigInfo) GetParamDefault() map[string]string
GetParamDefault returns the ParamDefault field if non-nil, zero value otherwise.
func (o *MysqlConfigInfo) GetParamDefaultOk() (*map[string]string, bool)
GetParamDefaultOk returns a tuple with the ParamDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MysqlConfigInfo) SetParamDefault(v map[string]string)
SetParamDefault sets ParamDefault field to given value.
func (o *MysqlConfigInfo) HasParamDefault() bool
HasParamDefault returns a boolean if a field has been set.
func (o *MysqlConfigInfo) GetParamConfig() []StructuresParamConfig
GetParamConfig returns the ParamConfig field if non-nil, zero value otherwise.
func (o *MysqlConfigInfo) GetParamConfigOk() (*[]StructuresParamConfig, bool)
GetParamConfigOk returns a tuple with the ParamConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MysqlConfigInfo) SetParamConfig(v []StructuresParamConfig)
SetParamConfig sets ParamConfig field to given value.
func (o *MysqlConfigInfo) HasParamConfig() bool
HasParamConfig returns a boolean if a field has been set.
func (o *MysqlConfigInfo) GetParam() map[string]string
GetParam returns the Param field if non-nil, zero value otherwise.
func (o *MysqlConfigInfo) GetParamOk() (*map[string]string, bool)
GetParamOk returns a tuple with the Param field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MysqlConfigInfo) SetParam(v map[string]string)
SetParam sets Param field to given value.
func (o *MysqlConfigInfo) HasParam() bool
HasParam returns a boolean if a field has been set.