RosImageLibProps
Properties for defining a RosImageLib.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-imagelib
Initializer
using AlibabaCloud.SDK.ROS.CDK.Aligreen;
new RosImageLibProps {
object Category,
object ImageLibName,
object Scene,
object BizTypes = null,
object Enable = null
};
Properties
| Name | Type | Description |
|---|---|---|
Category | object | No description. |
ImageLibName | object | No description. |
Scene | object | No description. |
BizTypes | object | No description. |
Enable | object | No description. |
CategoryRequired
public object Category { get; set; }
- Type: object
ImageLibNameRequired
public object ImageLibName { get; set; }
- Type: object
SceneRequired
public object Scene { get; set; }
- Type: object
BizTypesOptional
public object BizTypes { get; set; }
- Type: object
EnableOptional
public object Enable { get; set; }
- Type: object