namespace Aki.SinglePlayer.Models.RaidFix { public class AkiInsuredItemClass { public string id; public float? durability = null; public float? maxDurability = null; public byte? hits = null; } }