UserPassword class

The username/password for a database user.

Used for specifying initial users at cluster creation time.

Constructors

UserPassword({String? password, bool? passwordSet, String? user})
UserPassword.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
password String?
The initial password for the user.
getter/setter pair
passwordSet bool?
Indicates if the initial_user.password field has been set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String?
The database username.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited