AttachmentDetails class
The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
Constructors
- AttachmentDetails({String? attachmentId, String? fileName})
-
AttachmentDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attachmentId → String?
-
The ID of the attachment.
final
- fileName → String?
-
The file name of the attachment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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