attachments property

  1. @BuiltValueField.new(wireName: r'attachments')
BuiltList<Attachment>? get attachments

Array that contains the document. The array supports multiple attachments for uploading different sides or pages of a document.

Implementation

@BuiltValueField(wireName: r'attachments')
BuiltList<Attachment>? get attachments;