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