LazyListValueOptions
Options for creating a lazy list token.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.LazyListValueOptions {
DisplayHint: *string,
OmitEmpty: *bool,
}
Properties
Name | Type | Description |
---|---|---|
DisplayHint |
*string |
Use the given name as a display hint. |
OmitEmpty |
*bool |
If the produced list is empty, return 'undefined' instead. |
DisplayHint
Optional
DisplayHint *string
- Type: *string
- Default: No hint
Use the given name as a display hint.
OmitEmpty
Optional
OmitEmpty *bool
- Type: *bool
- Default: false
If the produced list is empty, return 'undefined' instead.