pub type DataId = DataId;
データID
pub struct DataId { pub name: String, pub type_: String, }
name: String
type_: String