Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.99 KB

File metadata and controls

114 lines (61 loc) · 2.99 KB

RunQueryFormData

Properties

Name Type Description Notes
DbName string
NodeName string
Query string
TableType string

Methods

NewRunQueryFormData

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

NewRunQueryFormDataWithDefaults

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

GetDbName

func (o *RunQueryFormData) GetDbName() string

GetDbName returns the DbName field if non-nil, zero value otherwise.

GetDbNameOk

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.

SetDbName

func (o *RunQueryFormData) SetDbName(v string)

SetDbName sets DbName field to given value.

GetNodeName

func (o *RunQueryFormData) GetNodeName() string

GetNodeName returns the NodeName field if non-nil, zero value otherwise.

GetNodeNameOk

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.

SetNodeName

func (o *RunQueryFormData) SetNodeName(v string)

SetNodeName sets NodeName field to given value.

GetQuery

func (o *RunQueryFormData) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

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.

SetQuery

func (o *RunQueryFormData) SetQuery(v string)

SetQuery sets Query field to given value.

GetTableType

func (o *RunQueryFormData) GetTableType() string

GetTableType returns the TableType field if non-nil, zero value otherwise.

GetTableTypeOk

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.

SetTableType

func (o *RunQueryFormData) SetTableType(v string)

SetTableType sets TableType field to given value.

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