LazyAnyValueOptions
Options for creating lazy untyped tokens.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new LazyAnyValueOptions {
string DisplayHint = null,
bool OmitEmptyArray = null
};
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
public string DisplayHint { get; set; }
- Type: string
- Default: No hint
Use the given name as a display hint.
OmitEmptyArray
Optional
public bool OmitEmptyArray { get; set; }
- Type: bool
- Default: false
If the produced value is an array and it is empty, return 'undefined' instead.