DescribeOrganizationResponse class

Constructors

DescribeOrganizationResponse({String? arn, String? alias, DateTime? completedDate, String? defaultMailDomain, String? directoryId, String? directoryType, String? errorMessage, String? organizationId, String? state})
DescribeOrganizationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

alias String?
The alias for an organization.
final
arn String?
The Amazon Resource Name (ARN) of the organization.
final
completedDate DateTime?
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
final
defaultMailDomain String?
The default mail domain associated with the organization.
final
directoryId String?
The identifier for the directory associated with an Amazon WorkMail organization.
final
directoryType String?
The type of directory associated with the WorkMail organization.
final
errorMessage String?
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String?
The identifier of an organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of an 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