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