DriveOptions constructor

DriveOptions({
  1. String? clientSideEncryptedOption,
  2. bool? includeSharedDrives,
  3. bool? includeTeamDrives,
  4. String? versionDate,
})

Implementation

DriveOptions({
  this.clientSideEncryptedOption,
  this.includeSharedDrives,
  this.includeTeamDrives,
  this.versionDate,
});