CorpusQuery constructor

CorpusQuery({
  1. HeldDriveQuery? driveQuery,
  2. HeldGroupsQuery? groupsQuery,
  3. HeldHangoutsChatQuery? hangoutsChatQuery,
  4. HeldMailQuery? mailQuery,
  5. HeldVoiceQuery? voiceQuery,
})

Implementation

CorpusQuery({
  this.driveQuery,
  this.groupsQuery,
  this.hangoutsChatQuery,
  this.mailQuery,
  this.voiceQuery,
});