LazyAnyValueOptions
Options for creating lazy untyped tokens.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.LazyAnyValueOptions {
DisplayHint: *string,
OmitEmptyArray: *bool,
}
Properties
Name | Type | Description |
---|---|---|
DisplayHint |
*string |
Use the given name as a display hint. |
OmitEmptyArray |
*bool |
If the produced value is an array and it is empty, return 'undefined' instead. |
DisplayHint
Optional
DisplayHint *string
- Type: *string
- Default: No hint
Use the given name as a display hint.
OmitEmptyArray
Optional
OmitEmptyArray *bool
- Type: *bool
- Default: false
If the produced value is an array and it is empty, return 'undefined' instead.