Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 742 Bytes

AttributeBlockRead.md

File metadata and controls

14 lines (9 loc) · 742 Bytes

AttributeBlockRead

Properties

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]

[Back to Model list] [Back to API list] [Back to README]