Name | Type | Description | Notes |
---|---|---|---|
r#type | models::AttributeType | The type of the attribute, we currently support: bool , number (ints, floats), time (a timestamp), string , and json . |
|
description | Option<String> | optional description string explaining what data this attribute will store | [optional] |
id | uuid::Uuid | Unique id of the attribute | |
key | Option<String> | action key | [optional] |