> ## 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: LazyListValueOptions

> CDKTN Core API Reference for LazyListValueOptions in Go.

Options for creating a lazy list token.

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

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

&cdktn.LazyListValueOptions {
	DisplayHint: *string,
	OmitEmpty: *bool,
}
```

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

| **Name**                                                                                | **Type**              | **Description**                                            |
| --------------------------------------------------------------------------------------- | --------------------- | ---------------------------------------------------------- |
| <code><a href="#cdktn.LazyListValueOptions.property.displayHint">DisplayHint</a></code> | <code>\*string</code> | Use the given name as a display hint.                      |
| <code><a href="#cdktn.LazyListValueOptions.property.omitEmpty">OmitEmpty</a></code>     | <code>\*bool</code>   | If the produced list is empty, return 'undefined' instead. |

***

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

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

* *Type:* \*string
* *Default:* No hint

Use the given name as a display hint.

***

### `OmitEmpty`<sup>Optional</sup> <a name="OmitEmpty" id="cdktn.LazyListValueOptions.property.omitEmpty" />

```go theme={null}
OmitEmpty *bool
```

* *Type:* \*bool
* *Default:* false

If the produced list is empty, return 'undefined' instead.

***
