OrganizationDomain class
Constructors
- OrganizationDomain.new({required OrganizationDomainObjectEnum object, required String id, required String organizationId, required String name, required OrganizationDomainEnrollmentModeEnum enrollmentMode, required String? affiliationEmailAddress, required OrganizationDomainVerification? verification, required int totalPendingInvitations, required int totalPendingSuggestions, required int createdAt, required int updatedAt})
- Returns a new OrganizationDomain instance.
Properties
- affiliationEmailAddress ↔ String?
-
Affiliation email address for the domain, if available.
getter/setter pair
- createdAt ↔ int
-
Unix timestamp when the domain was created
getter/setter pair
- enrollmentMode ↔ OrganizationDomainEnrollmentModeEnum
-
Mode of enrollment for the domain
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String
-
Unique identifier for the organization domain
getter/setter pair
- name ↔ String
-
Name of the organization domain
getter/setter pair
- object ↔ OrganizationDomainObjectEnum
-
String representing the object's type. Objects of the same type share the same value. Always
organization_domain
getter/setter pair - organizationId ↔ String
-
Unique identifier for the organization
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalPendingInvitations ↔ int
-
Total number of pending invitations associated with this domain
getter/setter pair
- totalPendingSuggestions ↔ int
-
Total number of pending suggestions associated with this domain
getter/setter pair
- updatedAt ↔ int
-
Unix timestamp of the last update to the domain
getter/setter pair
- verification ↔ OrganizationDomainVerification?
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → OrganizationDomain? -
Returns a new OrganizationDomain instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< OrganizationDomain> -
mapFromJson(
dynamic json) → Map< String, OrganizationDomain> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< OrganizationDomain> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.