use domo_proto::data_types::DataType; pub struct Property { pub name: String, pub value: DataType }