---
title: GeneratedContent.Kind.null
framework: foundationmodels
role: symbol
role_heading: Case
path: foundationmodels/generatedcontent/kind-swift.enum/null
---

# GeneratedContent.Kind.null

Represents a null value.

## Declaration

```swift
case null
```

## See Also

### Getting the kind of content

- [GeneratedContent.Kind.array(_:)](foundationmodels/generatedcontent/kind-swift.enum/array(_:).md)
- [GeneratedContent.Kind.bool(_:)](foundationmodels/generatedcontent/kind-swift.enum/bool(_:).md)
- [GeneratedContent.Kind.number(_:)](foundationmodels/generatedcontent/kind-swift.enum/number(_:).md)
- [GeneratedContent.Kind.string(_:)](foundationmodels/generatedcontent/kind-swift.enum/string(_:).md)
- [GeneratedContent.Kind.structure(properties:orderedKeys:)](foundationmodels/generatedcontent/kind-swift.enum/structure(properties:orderedkeys:).md)
