Name | Type | Description | Notes |
---|---|---|---|
name | Option<String> | The name of the action group | [optional] |
description | Option<String> | An optional longer description of what this action group represents in your system | [optional] |
attributes | Option<serde_json::Value> | optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action group. This metadata can be used to filter action groups using query parameters with attr_ prefix | [optional] |
actions | Option<Vec> | [optional][default to []] |