JobStatisticsReservationUsage.fromJson constructor
JobStatisticsReservationUsage.fromJson(
- Map json_
Implementation
JobStatisticsReservationUsage.fromJson(core.Map json_)
: this(
name: json_['name'] as core.String?,
slotMs: json_['slotMs'] as core.String?,
);