ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.fromJson constructor

ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.fromJson(
  1. Map json_
)

Implementation

ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.fromJson(
  core.Map json_,
) : this(
      host: json_['host'] as core.String?,
      subBlock: json_['subBlock'] as core.String?,
    );