attachments property

List<Attachment>? attachments
getter/setter pair

The list of attachments associated with a case.

Implementation

core.List<Attachment>? attachments;