Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.59 KB

CreateSQLUserRequest.md

File metadata and controls

56 lines (31 loc) · 1.59 KB

CreateSQLUserRequest

Properties

Name Type Description Notes
Name string
Password string

Methods

NewCreateSQLUserRequest

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.

NewCreateSQLUserRequestWithDefaults

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.

GetName

func (o *CreateSQLUserRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

SetName

func (o *CreateSQLUserRequest) SetName(v string)

SetName sets Name field to given value.

GetPassword

func (o *CreateSQLUserRequest) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

SetPassword

func (o *CreateSQLUserRequest) SetPassword(v string)

SetPassword sets Password field to given value.

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