Name | Type | Description | Notes |
---|---|---|---|
DbName | string | ||
Password | string | ||
Username | string | ||
YcqlAdminPassword | string | ||
YcqlAdminUsername | string | ||
YsqlAdminPassword | string | ||
YsqlAdminUsername | string |
func NewDatabaseUserFormData(dbName string, password string, username string, ycqlAdminPassword string, ycqlAdminUsername string, ysqlAdminPassword string, ysqlAdminUsername string, ) *DatabaseUserFormData
NewDatabaseUserFormData instantiates a new DatabaseUserFormData 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 NewDatabaseUserFormDataWithDefaults() *DatabaseUserFormData
NewDatabaseUserFormDataWithDefaults instantiates a new DatabaseUserFormData 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 *DatabaseUserFormData) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) 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 *DatabaseUserFormData) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *DatabaseUserFormData) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *DatabaseUserFormData) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *DatabaseUserFormData) GetYcqlAdminPassword() string
GetYcqlAdminPassword returns the YcqlAdminPassword field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetYcqlAdminPasswordOk() (*string, bool)
GetYcqlAdminPasswordOk returns a tuple with the YcqlAdminPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetYcqlAdminPassword(v string)
SetYcqlAdminPassword sets YcqlAdminPassword field to given value.
func (o *DatabaseUserFormData) GetYcqlAdminUsername() string
GetYcqlAdminUsername returns the YcqlAdminUsername field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetYcqlAdminUsernameOk() (*string, bool)
GetYcqlAdminUsernameOk returns a tuple with the YcqlAdminUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetYcqlAdminUsername(v string)
SetYcqlAdminUsername sets YcqlAdminUsername field to given value.
func (o *DatabaseUserFormData) GetYsqlAdminPassword() string
GetYsqlAdminPassword returns the YsqlAdminPassword field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetYsqlAdminPasswordOk() (*string, bool)
GetYsqlAdminPasswordOk returns a tuple with the YsqlAdminPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetYsqlAdminPassword(v string)
SetYsqlAdminPassword sets YsqlAdminPassword field to given value.
func (o *DatabaseUserFormData) GetYsqlAdminUsername() string
GetYsqlAdminUsername returns the YsqlAdminUsername field if non-nil, zero value otherwise.
func (o *DatabaseUserFormData) GetYsqlAdminUsernameOk() (*string, bool)
GetYsqlAdminUsernameOk returns a tuple with the YsqlAdminUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseUserFormData) SetYsqlAdminUsername(v string)
SetYsqlAdminUsername sets YsqlAdminUsername field to given value.