AllocationAggregateReservationReservedResourceInfoAccelerator.fromJson constructor

AllocationAggregateReservationReservedResourceInfoAccelerator.fromJson(
  1. Map json_
)

Implementation

AllocationAggregateReservationReservedResourceInfoAccelerator.fromJson(
    core.Map json_)
    : this(
        acceleratorCount: json_['acceleratorCount'] as core.int?,
        acceleratorType: json_['acceleratorType'] as core.String?,
      );