> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Go: EncodingOptions

> CDKTN Core API Reference for EncodingOptions in Go.

Properties to string encodings.

## Initializer <a name="Initializer" id="cdktn.EncodingOptions.Initializer" />

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.EncodingOptions {
	DisplayHint: *string,
}
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                           | **Type**              | **Description**                                      |
| ---------------------------------------------------------------------------------- | --------------------- | ---------------------------------------------------- |
| <code><a href="#cdktn.EncodingOptions.property.displayHint">DisplayHint</a></code> | <code>\*string</code> | A hint for the Token's purpose when stringifying it. |

***

### `DisplayHint`<sup>Optional</sup> <a name="DisplayHint" id="cdktn.EncodingOptions.property.displayHint" />

```go theme={null}
DisplayHint *string
```

* *Type:* \*string
* *Default:* no display hint

A hint for the Token's purpose when stringifying it.

***
