OrganizationSummary class

The representation of an organization.

Constructors

OrganizationSummary({String? alias, String? defaultMailDomain, String? errorMessage, String? organizationId, String? state})
OrganizationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

alias String?
The alias associated with the organization.
final
defaultMailDomain String?
The default email domain associated with the organization.
final
errorMessage String?
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String?
The identifier associated with the organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state associated with the organization.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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