pub type PropertiesObject<TProperties> = HashMap<String, HashMap<String, TProperties>>;Expand description
Shorthand for map from space and view/container external ID to properties object.
Aliased Typeยง
pub struct PropertiesObject<TProperties> { /* private fields */ }