addAttachments property

List<Attachment>? addAttachments
getter/setter pair

Attachments to add.

A student submission may not have more than 20 attachments. Form attachments are not supported.

Implementation

core.List<Attachment>? addAttachments;