Object4ClientUploadedAttachmentRequest constructor

const Object4ClientUploadedAttachmentRequest({
  1. required String? title,
  2. required String? description,
  3. required MessageAttachmentFlags? flags,
  4. required Int32Type? duration,
  5. required String? waveform,
  6. required Int32Type id,
  7. required String filename,
  8. required String uploadFilename,
  9. required NonNegativeSafeIntegerType fileSize,
  10. required String contentType,
})

Implementation

const Object4ClientUploadedAttachmentRequest({
  required this.title,
  required this.description,
  required this.flags,
  required this.duration,
  required this.waveform,
  required this.id,
  required this.filename,
  required this.uploadFilename,
  required this.fileSize,
  required this.contentType,
});