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