Name | Type | Description | Notes |
---|---|---|---|
key | String | A URL-friendly name of the action (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action. | |
name | String | The name of the action | |
description | Option<String> | An optional longer description of what this action respresents 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. This metadata can be used to filter actions using query parameters with attr_ prefix | [optional] |