Name | Type | Description | Notes |
---|---|---|---|
type | AttributeType | The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. | |
id | java.util.UUID | Unique id of the attribute | |
description | kotlin.String | optional description string explaining what data this attribute will store | [optional] |
key | kotlin.String | action key | [optional] |