> ## 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.

# Python: EncodingOptions

> CDKTN Core API Reference for EncodingOptions in Python.

Properties to string encodings.

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

```python theme={null}
import cdktn

cdktn.EncodingOptions(
  display_hint: str = None
)
```

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

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

***

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

```python theme={null}
display_hint: str
```

* *Type:* str
* *Default:* no display hint

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

***
