Resource class

The representation of a resource.

Constructors

Resource({DateTime? disabledDate, String? email, DateTime? enabledDate, String? id, String? name, EntityState? state, ResourceType? type})
Resource.fromJson(Map<String, dynamic> json)
factory

Properties

disabledDate DateTime?
The date indicating when the resource was disabled from Amazon WorkMail use.
final
email String?
The email of the resource.
final
enabledDate DateTime?
The date indicating when the resource was enabled for Amazon WorkMail use.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the resource.
final
name String?
The name of the resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state EntityState?
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
final
type ResourceType?
The type of the resource: equipment or room.
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