RosCategoryProps
Properties for defining a RosCategory
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ice-category
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ice;
new RosCategoryProps {
object CateName,
object ParentId = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
CateName |
object |
No description. |
ParentId |
object |
No description. |
Type |
object |
No description. |
CateName
Required
public object CateName { get; set; }
- Type: object
ParentId
Optional
public object ParentId { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object