---
title: CLSPredicateKeyPath
framework: classkit
role: symbol
role_heading: Structure
path: classkit/clspredicatekeypath
---

# CLSPredicateKeyPath

The set of possible key paths you use to search for contexts.

## Declaration

```swift
struct CLSPredicateKeyPath
```

## Discussion

Discussion Use these predicate key paths when constructing a predicate to send to the contexts(matching:completion:) method.

## Topics

### Predicate key paths

- [dateCreated](classkit/clspredicatekeypath/datecreated.md)
- [identifier](classkit/clspredicatekeypath/identifier.md)
- [parent](classkit/clspredicatekeypath/parent.md)
- [title](classkit/clspredicatekeypath/title.md)
- [topic](classkit/clspredicatekeypath/topic.md)
- [universalLinkURL](classkit/clspredicatekeypath/universallinkurl.md)

### Initializing a predicate key path

- [init(_:)](classkit/clspredicatekeypath/init(_:).md)
- [init(rawValue:)](classkit/clspredicatekeypath/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Finding contexts that match criteria

- [contexts(matchingIdentifierPath:completion:)](classkit/clsdatastore/contexts(matchingidentifierpath:completion:).md)
- [contexts(matching:completion:)](classkit/clsdatastore/contexts(matching:completion:).md)
