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