DescribeGroupResponse class

Constructors

DescribeGroupResponse({DateTime? disabledDate, String? email, DateTime? enabledDate, String? groupId, String? name, EntityState? state})
DescribeGroupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

disabledDate DateTime?
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
final
email String?
The email of the described group.
final
enabledDate DateTime?
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
final
groupId String?
The identifier of the described group.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the described group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state EntityState?
The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to WorkMail).
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