ClientUser class

A user of a client who has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client.

Constructors

ClientUser({String? email, String? name, String? state})
ClientUser.fromJson(Map json_)

Properties

email String?
The client user's email address that has to be unique across all users for the same client.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the client user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the client user.
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