InlineObject18 class abstract

InlineObject18

Properties:

  • currentService - The service the user currently uses to login
  • newService - The service the user will use to login
  • email - The email of the user
  • password - The password used with the current service
  • mfaCode - The MFA code of the current service
  • ldapId - The LDAP/AD id of the user

Constructors

InlineObject18([void updates(InlineObject18Builder b)])
factory

Properties

currentService String
The service the user currently uses to login
no setter
email String?
The email of the user
no setter
hashCode int
The hash code for this object.
no setterinherited
ldapId String?
The LDAP/AD id of the user
no setter
mfaCode String?
The MFA code of the current service
no setter
newService String
The service the user will use to login
no setter
password String?
The password used with the current service
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject18Builder)) InlineObject18
Rebuilds the instance.
inherited
toBuilder() InlineObject18Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineObject18>
no setter