| Name | Type | Description | Notes |
|---|---|---|---|
| DbName | string | ||
| NodeName | string | ||
| Query | string | ||
| TableType | string |
func NewRunQueryFormData(dbName string, nodeName string, query string, tableType string, ) *RunQueryFormData
NewRunQueryFormData instantiates a new RunQueryFormData 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 NewRunQueryFormDataWithDefaults() *RunQueryFormData
NewRunQueryFormDataWithDefaults instantiates a new RunQueryFormData 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 *RunQueryFormData) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *RunQueryFormData) GetDbNameOk() (*string, bool)
GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RunQueryFormData) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *RunQueryFormData) GetNodeName() string
GetNodeName returns the NodeName field if non-nil, zero value otherwise.
func (o *RunQueryFormData) GetNodeNameOk() (*string, bool)
GetNodeNameOk returns a tuple with the NodeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RunQueryFormData) SetNodeName(v string)
SetNodeName sets NodeName field to given value.
func (o *RunQueryFormData) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *RunQueryFormData) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RunQueryFormData) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *RunQueryFormData) GetTableType() string
GetTableType returns the TableType field if non-nil, zero value otherwise.
func (o *RunQueryFormData) GetTableTypeOk() (*string, bool)
GetTableTypeOk returns a tuple with the TableType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RunQueryFormData) SetTableType(v string)
SetTableType sets TableType field to given value.