factory InstanceTypeItem.fromJson(Map<String, dynamic> json) { return InstanceTypeItem( instanceType: json['InstanceType'] as String?, ); }