# 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](https://cherrycake.tin.cat/reference/core-classes/request) object that triggers this Action

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

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