Permission constructor

Permission({
  1. bool? allowFileDiscovery,
  2. bool? deleted,
  3. String? displayName,
  4. String? domain,
  5. String? emailAddress,
  6. DateTime? expirationTime,
  7. String? id,
  8. bool? inheritedPermissionsDisabled,
  9. String? kind,
  10. bool? pendingOwner,
  11. List<PermissionPermissionDetails>? permissionDetails,
  12. String? photoLink,
  13. String? role,
  14. List<PermissionTeamDrivePermissionDetails>? teamDrivePermissionDetails,
  15. String? type,
  16. String? view,
})

Implementation

Permission({
  this.allowFileDiscovery,
  this.deleted,
  this.displayName,
  this.domain,
  this.emailAddress,
  this.expirationTime,
  this.id,
  this.inheritedPermissionsDisabled,
  this.kind,
  this.pendingOwner,
  this.permissionDetails,
  this.photoLink,
  this.role,
  this.teamDrivePermissionDetails,
  this.type,
  this.view,
});