JobStatistics2ReservationUsage.fromJson constructor

JobStatistics2ReservationUsage.fromJson(
  1. Map json_
)

Implementation

JobStatistics2ReservationUsage.fromJson(core.Map json_)
    : this(
        name: json_['name'] as core.String?,
        slotMs: json_['slotMs'] as core.String?,
      );