InstanceSelectionResult.fromJson constructor
InstanceSelectionResult.fromJson(
- Map json_
Implementation
InstanceSelectionResult.fromJson(core.Map json_)
: this(
machineType: json_['machineType'] as core.String?,
vmCount: json_['vmCount'] as core.int?,
);