AddAttachmentsToSetResponse constructor

AddAttachmentsToSetResponse({
  1. String? attachmentSetId,
  2. String? expiryTime,
})

Implementation

AddAttachmentsToSetResponse({
  this.attachmentSetId,
  this.expiryTime,
});