# TaskPublicConfig<!-- -->

Public-facing display configuration of a task's public landing page.

The task is published when `publishedAt` is set and unpublished when it is `null`. The `publishedAt` field is read-only - use [TaskClient.publish](https://docs.apify.com/api/client/js/api/client/js/reference/class/TaskClient.md#publish) and [TaskClient.unpublish](https://docs.apify.com/api/client/js/api/client/js/reference/class/TaskClient.md#unpublish) to change the publication state.

## Index[**](#Index)

### Properties

* [**categorization](#categorization)
* [**datasetName](#datasetName)
* [**datasetView](#datasetView)
* [**inputSchemaFields](#inputSchemaFields)
* [**publishedAt](#publishedAt)
* [**seoDescription](#seoDescription)
* [**seoTitle](#seoTitle)

## Properties<!-- -->[**](#Properties)

### [**](#categorization)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L345)optionalcategorization

**categorization?

<!-- -->

: null | string

### [**](#datasetName)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L347)optionaldatasetName

**datasetName?

<!-- -->

: null | string

### [**](#datasetView)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L348)optionaldatasetView

**datasetView?

<!-- -->

: null | string

### [**](#inputSchemaFields)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L346)optionalinputSchemaFields

**inputSchemaFields?

<!-- -->

: null | string\[]

### [**](#publishedAt)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L342)publishedAt

**publishedAt: null | Date

### [**](#seoDescription)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L344)optionalseoDescription

**seoDescription?

<!-- -->

: null | string

### [**](#seoTitle)[**](https://github.com/apify/apify-client-js/blob/99b6aa05a37cb5e573154cf0d7753ff5b206ef09/src/resource_clients/task.ts#L343)optionalseoTitle

**seoTitle?

<!-- -->

: null | string
