> For the complete documentation index, see [llms.txt](https://docs.gradient.works/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gradient.works/kb/automation-builder-kit-abk/models/domainevaluationresult.md).

# DomainEvaluationResult

API Name: `GradientWorks__DomainEvaluationResult`

Holds information about whether a domain is in the Denylist or not as a result of executing the [Evaluate Domain against Denylist](/kb/automation-builder-kit-abk/actions/utils/gwfxevaluatedomainaction.md) action.

## Properties

| Name       | Type    | Description                                    |
| ---------- | ------- | ---------------------------------------------- |
| domain     | String  | The domain extracted from an intial text input |
| inDenylist | Boolean | If the domain is in the Denylist or not        |
