<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WorkoutKit",
  "identifier" : "/documentation/WorkoutKit/CadenceThresholdAlert",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WorkoutKit"
    ],
    "preciseIdentifier" : "s:10WorkoutKit21CadenceThresholdAlertV"
  },
  "title" : "CadenceThresholdAlert"
}
-->

# CadenceThresholdAlert

An alert for a cadence threshold.

```
struct CadenceThresholdAlert
```

## Topics

### Creating new cadence threshold alerts

[`init(target: Measurement<UnitFrequency>)`](/documentation/WorkoutKit/CadenceThresholdAlert/init(target:))

Create a new cadence threshold alert for the target measurement.

### Accessing the alert data

[`var target: Measurement<UnitFrequency>`](/documentation/WorkoutKit/CadenceThresholdAlert/target)

The target threshold.

[`var targetQuantity: HKQuantity`](/documentation/WorkoutKit/CadenceThresholdAlert/targetQuantity)

A HealthKit quantity that represents the target cadence threshold.

### Comparing cadence threshold alerts

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`WorkoutAlert`](/documentation/WorkoutKit/WorkoutAlert)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)