CorpusQuery constructor
CorpusQuery({
- HeldDriveQuery? driveQuery,
- HeldGroupsQuery? groupsQuery,
- HeldHangoutsChatQuery? hangoutsChatQuery,
- HeldMailQuery? mailQuery,
- HeldVoiceQuery? voiceQuery,
Implementation
CorpusQuery({
this.driveQuery,
this.groupsQuery,
this.hangoutsChatQuery,
this.mailQuery,
this.voiceQuery,
});