# 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](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/utils/gwfxevaluatedomainaction) 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        |
