Device Counter Consumption Patch
data class DeviceCounterConsumptionPatch(val counterSet: String? = null, val counters: Map<String, Counter>? = null)
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.