attachments property

List<IContactAttachment>? attachments

Property getter and setter for attachments:

Implementation

List<IContactAttachment>? get attachments;
void attachments=(List<IContactAttachment>? attachments)

Implementation

set attachments(List<IContactAttachment>? attachments);