Type Alias jsonapi_rs::api::ResourceAttributes
source · pub type ResourceAttributes = HashMap<String, JsonApiValue>;
Expand description
Resource Attributes, can be any JSON value
Aliased Type§
struct ResourceAttributes { /* private fields */ }