Type Alias ResourceAttributes

Source
pub type ResourceAttributes = HashMap<String, JsonApiValue>;
Expand description

Resource Attributes, can be any JSON value

Aliased Typeยง

struct ResourceAttributes { /* private fields */ }