UpdateUserResponse class

UpdateUserResponse returns the user name and identifier for the request to update a user's properties.

Constructors

UpdateUserResponse({required String serverId, required String userName})
UpdateUserResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId String
A system-assigned unique identifier for a server instance that the user account is assigned to.
final
userName String
The unique identifier for a user that is assigned to a server instance that was specified in the request.
final

Methods

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

Operators

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