User class
A single user in Display & Video 360.
Constructors
- 
          User({List<AssignedUserRole> ? assignedUserRoles, String? displayName, String? email, String? lastLoginTime, String? name, String? userId})
- User.fromJson(Map json_)
Properties
- 
  assignedUserRoles
  ↔ List<AssignedUserRole> ?
- 
  The assigned user roles.
  getter/setter pair
- displayName ↔ String?
- 
  The display name of the user.
  getter/setter pair
- email ↔ String?
- 
  The email address used to identify the user.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- lastLoginTime ↔ String?
- 
  The timestamp when the user last logged in DV360 UI.
  getter/setter pair
- name ↔ String?
- 
  The resource name of the user.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- userId ↔ String?
- 
  The unique ID of the 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