Skip to content

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.

DisplayHintOptional

DisplayHint *string
  • Type: *string
  • Default: No hint

Use the given name as a display hint.


OmitEmptyArrayOptional

OmitEmptyArray *bool
  • Type: *bool
  • Default: false

If the produced value is an array and it is empty, return 'undefined' instead.