AttachmentArchiveMetadataReadable constructor
      
      AttachmentArchiveMetadataReadable({})
     
    
    
Implementation
AttachmentArchiveMetadataReadable(
    {List<AttachmentArchiveItemReadable>? entries,
    this.id,
    this.mediaType,
    this.name,
    this.totalEntryCount})
    : entries = entries ?? [];