Skip to content

LazyListValueOptions

Options for creating a lazy list token.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new LazyListValueOptions {
    string DisplayHint = null,
    bool OmitEmpty = null
};

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

public string DisplayHint { get; set; }
  • Type: string
  • Default: No hint

Use the given name as a display hint.


OmitEmptyOptional

public bool OmitEmpty { get; set; }
  • Type: bool
  • Default: false

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