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