Query constructor

Query({
  1. AccountInfo? accountInfo,
  2. CalendarOptions? calendarOptions,
  3. String? corpus,
  4. String? dataScope,
  5. DriveOptions? driveOptions,
  6. String? endTime,
  7. HangoutsChatInfo? hangoutsChatInfo,
  8. HangoutsChatOptions? hangoutsChatOptions,
  9. MailOptions? mailOptions,
  10. String? method,
  11. OrgUnitInfo? orgUnitInfo,
  12. String? searchMethod,
  13. SharedDriveInfo? sharedDriveInfo,
  14. SitesUrlInfo? sitesUrlInfo,
  15. String? startTime,
  16. TeamDriveInfo? teamDriveInfo,
  17. String? terms,
  18. String? timeZone,
  19. VoiceOptions? voiceOptions,
})

Implementation

Query({
  this.accountInfo,
  this.calendarOptions,
  this.corpus,
  this.dataScope,
  this.driveOptions,
  this.endTime,
  this.hangoutsChatInfo,
  this.hangoutsChatOptions,
  this.mailOptions,
  this.method,
  this.orgUnitInfo,
  this.searchMethod,
  this.sharedDriveInfo,
  this.sitesUrlInfo,
  this.startTime,
  this.teamDriveInfo,
  this.terms,
  this.timeZone,
  this.voiceOptions,
});