RosKeywordLibProps
Properties for defining a RosKeywordLib.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-keywordlib
Initializer
using AlibabaCloud.SDK.ROS.CDK.Aligreen;
new RosKeywordLibProps {
object KeywordLibName,
object ResourceType,
object BizTypes = null,
object Category = null,
object Enable = null,
object Language = null,
object LibType = null,
object MatchMode = null
};
Properties
| Name | Type | Description |
|---|---|---|
KeywordLibName |
object |
No description. |
ResourceType |
object |
No description. |
BizTypes |
object |
No description. |
Category |
object |
No description. |
Enable |
object |
No description. |
Language |
object |
No description. |
LibType |
object |
No description. |
MatchMode |
object |
No description. |
KeywordLibNameRequired
public object KeywordLibName { get; set; }
- Type: object
ResourceTypeRequired
public object ResourceType { get; set; }
- Type: object
BizTypesOptional
public object BizTypes { get; set; }
- Type: object
CategoryOptional
public object Category { get; set; }
- Type: object
EnableOptional
public object Enable { get; set; }
- Type: object
LanguageOptional
public object Language { get; set; }
- Type: object
LibTypeOptional
public object LibType { get; set; }
- Type: object
MatchModeOptional
public object MatchMode { get; set; }
- Type: object