> For the complete documentation index, see [llms.txt](https://cherrycake.tin.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cherrycake.tin.cat/version-1.x-beta/reference/core-classes/action/properties.md).

# Action properties

## $isCli <a href="#iscli" id="iscli"></a>

When set to true, this action will only be able to be executed via the command line CLI interface.

**Default:** `false`

## $request <a href="#request" id="request"></a>

The [Request](/version-1.x-beta/reference/core-classes/request.md) object that triggers this Action

## $responseClass <a href="#responseclass" id="responseclass"></a>

The name of the Response class this Action is expected to return
