factory InputParallelism.fromJson(Map<String, dynamic> json) { return InputParallelism( count: json['Count'] as int?, ); }