Skip to content

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.

DisplayHintOptional

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

Use the given name as a display hint.


OmitEmptyOptional

OmitEmpty *bool
  • Type: *bool
  • Default: false

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