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. |
Category
Required
public object Category { get; set; }
- Type: object
ImageLibName
Required
public object ImageLibName { get; set; }
- Type: object
Scene
Required
public object Scene { get; set; }
- Type: object
BizTypes
Optional
public object BizTypes { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object