ListAddOnAttachmentsResponse constructor

ListAddOnAttachmentsResponse({
  1. List<AddOnAttachment>? addOnAttachments,
  2. String? nextPageToken,
})

Implementation

ListAddOnAttachmentsResponse({
  this.addOnAttachments,
  this.nextPageToken,
});