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. |
KeywordLibName
Required
public object KeywordLibName { get; set; }
- Type: object
ResourceType
Required
public object ResourceType { get; set; }
- Type: object
BizTypes
Optional
public object BizTypes { get; set; }
- Type: object
Category
Optional
public object Category { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object
Language
Optional
public object Language { get; set; }
- Type: object
LibType
Optional
public object LibType { get; set; }
- Type: object
MatchMode
Optional
public object MatchMode { get; set; }
- Type: object