DrivePermission constructor

DrivePermission({
  1. bool? canDiscoverFile,
  2. bool? deleted,
  3. String? displayName,
  4. DateTime? expirationTime,
  5. String? id,
  6. String? category,
  7. String? profilePhotoLink,
  8. String? role,
  9. String? type,
  10. String? userAccount,
  11. String? accountType,
})

Implementation

DrivePermission({
  this.canDiscoverFile,
  this.deleted,
  this.displayName,
  this.expirationTime,
  this.id,
  this.category,
  this.profilePhotoLink,
  this.role,
  this.type,
  this.userAccount,
  this.accountType,
});