WebApiModulesPluginsAzureADUserData class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesPluginsAzureADUserData({String? usersId, String? firstName, String? lastName, String? email, String? sourceId})
WebApiModulesPluginsAzureADUserData.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
lastName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String?
final
usersId String?
final

Methods

copyWith({String? usersId, String? firstName, String? lastName, String? email, String? sourceId}) WebApiModulesPluginsAzureADUserData

Available on WebApiModulesPluginsAzureADUserData, provided by the $WebApiModulesPluginsAzureADUserDataExtension extension

copyWithWrapped({Wrapped<String?>? usersId, Wrapped<String?>? firstName, Wrapped<String?>? lastName, Wrapped<String?>? email, Wrapped<String?>? sourceId}) WebApiModulesPluginsAzureADUserData

Available on WebApiModulesPluginsAzureADUserData, provided by the $WebApiModulesPluginsAzureADUserDataExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesPluginsAzureADUserData Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesPluginsAzureADUserData instance)