Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Password | string |
func NewCreateSQLUserRequest(name string, password string, ) *CreateSQLUserRequest
NewCreateSQLUserRequest instantiates a new CreateSQLUserRequest 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 NewCreateSQLUserRequestWithDefaults() *CreateSQLUserRequest
NewCreateSQLUserRequestWithDefaults instantiates a new CreateSQLUserRequest 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 *CreateSQLUserRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateSQLUserRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateSQLUserRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *CreateSQLUserRequest) SetPassword(v string)
SetPassword sets Password field to given value.