UpdateUserRequestItem class
The user ID and user fields to update, used with the BatchUpdateUser action.
Constructors
- UpdateUserRequestItem({required String userId, AlexaForBusinessMetadata? alexaForBusinessMetadata, License? licenseType, UserType? userType})
 
Properties
- alexaForBusinessMetadata → AlexaForBusinessMetadata?
 - 
  The Alexa for Business metadata.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - licenseType → License?
 - 
  The user license type.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - userId → String
 - 
  The user ID.
  final
 - userType → UserType?
 - 
  The user type.
  final
 
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