---
title: HeartRateRangeAlert
framework: workoutkit
role: symbol
role_heading: Structure
path: workoutkit/heartraterangealert
---

# HeartRateRangeAlert

An alert for a range of heart rates.

## Declaration

```swift
struct HeartRateRangeAlert
```

## Topics

### Creating new heart rate alerts

- [init(target:)](workoutkit/heartraterangealert/init(target:).md)

### Accessing the alert data

- [target](workoutkit/heartraterangealert/target.md)
- [targetQuantityLowerBound](workoutkit/heartraterangealert/targetquantitylowerbound.md)
- [targetQuantityUpperBound](workoutkit/heartraterangealert/targetquantityupperbound.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [WorkoutAlert](workoutkit/workoutalert.md)

## See Also

### Creating heart rate alerts

- [heartRate(_:unit:)](workoutkit/workoutalert/heartrate(_:unit:).md)
- [heartRate(zone:)](workoutkit/workoutalert/heartrate(zone:).md)
- [HeartRateZoneAlert](workoutkit/heartratezonealert.md)
