AttachmentItem class
The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.
Constructors
- AttachmentItem({String? attachmentId, String? attachmentName, String? contentType, ArtifactStatus? status})
-
AttachmentItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attachmentId → String?
-
A unique identifier for the attachment.
final
- attachmentName → String?
-
A case-sensitive name of the attachment being uploaded.
final
- contentType → String?
-
Describes the MIME file type of the attachment. For a list of supported file
types, see Feature
specifications in the Amazon Connect Administrator Guide.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ArtifactStatus?
-
Status of the attachment.
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