CorpusQuery constructor

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

Implementation

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