pub type ResourceAttributes = HashMap<String, JsonApiValue>;
Expand description
Resource Attributes, can be any JSON value
Aliased Typeยง
struct ResourceAttributes { /* private fields */ }
pub type ResourceAttributes = HashMap<String, JsonApiValue>;
Resource Attributes, can be any JSON value
struct ResourceAttributes { /* private fields */ }