Communication class

A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the submitter of the communication, and the date and time of the communication.

Constructors

Communication({List<AttachmentDetails>? attachmentSet, String? body, String? caseId, String? submittedBy, String? timeCreated})
Communication.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentSet List<AttachmentDetails>?
Information about the attachments to the case communication.
final
body String?
The text of the communication between the customer and AWS Support.
final
caseId String?
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submittedBy String?
The identity of the account that submitted, or responded to, the support case. Customer entries include the role or IAM user as well as the email address. For example, "AdminRole (Role) <someone@example.com>. Entries from the AWS Support team display "Amazon Web Services," and do not show an email address.
final
timeCreated String?
The time the communication was created.
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