GroupState class

Input properties used for looking up and filtering Group resources.

Constructors

GroupState({Input<String?>? disabledDate, Input<String?>? email, Input<String?>? enabledDate, Input<String?>? groupId, Input<bool?>? hiddenFromGlobalAddressList, Input<String?>? name, Input<String?>? organizationId, Input<String?>? region, Input<String?>? state})
Creates a new GroupState. disabledDate Timestamp when the group was disabled from WorkMail use. email Primary email address used to register the group with WorkMail. enabledDate Timestamp when the group was enabled for WorkMail use. groupId Identifier of the group. hiddenFromGlobalAddressList Whether to hide the group from the global address list. name Name of the group. organizationId Identifier of the WorkMail organization where the group is managed. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. state Current WorkMail state of the group.
const
GroupState.fromMap(Map<String, dynamic> map)
factory

Properties

disabledDate → Input<String?>?
Timestamp when the group was disabled from WorkMail use.
final
email → Input<String?>?
Primary email address used to register the group with WorkMail.
final
enabledDate → Input<String?>?
Timestamp when the group was enabled for WorkMail use.
final
groupId → Input<String?>?
Identifier of the group.
final
hashCode int
The hash code for this object.
no setterinherited
hiddenFromGlobalAddressList → Input<bool?>?
Whether to hide the group from the global address list.
final
name → Input<String?>?
Name of the group.
final
organizationId → Input<String?>?
Identifier of the WorkMail organization where the group is managed.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → Input<String?>?
Current WorkMail state of the group.
final

Methods

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

Operators

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