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