Permission constructor

Permission({
  1. List<String>? additionalRoles,
  2. String? authKey,
  3. bool? deleted,
  4. String? domain,
  5. String? emailAddress,
  6. String? etag,
  7. DateTime? expirationDate,
  8. String? id,
  9. String? kind,
  10. String? name,
  11. bool? pendingOwner,
  12. List<PermissionPermissionDetails>? permissionDetails,
  13. String? photoLink,
  14. String? role,
  15. String? selfLink,
  16. List<PermissionTeamDrivePermissionDetails>? teamDrivePermissionDetails,
  17. String? type,
  18. String? value,
  19. String? view,
  20. bool? withLink,
})

Implementation

Permission({
  this.additionalRoles,
  this.authKey,
  this.deleted,
  this.domain,
  this.emailAddress,
  this.etag,
  this.expirationDate,
  this.id,
  this.kind,
  this.name,
  this.pendingOwner,
  this.permissionDetails,
  this.photoLink,
  this.role,
  this.selfLink,
  this.teamDrivePermissionDetails,
  this.type,
  this.value,
  this.view,
  this.withLink,
});