IntegerMapΒΆ

Converts nested mapping to a named tuple.

Response content of:

{
   "impact":{
      "value":2,
      "display_value":"2 - Medium"
   }
}

Gets deserialized into:

Mapping(key=2, value="2 - Medium")