---
title: "GeneratedContent.Kind.bool(_:)"
framework: foundationmodels
role: symbol
role_heading: Case
path: "foundationmodels/generatedcontent/kind-swift.enum/bool(_:)"
---

# GeneratedContent.Kind.bool(_:)

Represents a boolean value.

## Declaration

```swift
case bool(Bool)
```

## Parameters

- `value`: The boolean value.

## See Also

### Getting the kind of content

- [GeneratedContent.Kind.array(_:)](foundationmodels/generatedcontent/kind-swift.enum/array(_:).md)
- [GeneratedContent.Kind.null](foundationmodels/generatedcontent/kind-swift.enum/null.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)
