ActionListResponse

data class ActionListResponse(val actionGroups: List<ActionGroupResponse>? = null)

A list of Activity Log Alert rule actions.

Constructors

Link copied to clipboard
constructor(actionGroups: List<ActionGroupResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of the Action Groups.