Skip to content

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.

CateNameRequired

public object CateName { get; set; }
  • Type: object

ParentIdOptional

public object ParentId { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object