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. |
DisplayHint
Optional
public string DisplayHint { get; set; }
- Type: string
- Default: No hint
Use the given name as a display hint.
OmitEmpty
Optional
public bool OmitEmpty { get; set; }
- Type: bool
- Default: false
If the produced list is empty, return 'undefined' instead.