Skip to content

CategoryProps

Properties for defining a Category.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ice-category

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ice;
new CategoryProps {
    object CateName,
    object ParentId = null,
    object Type = null
};

Properties

Name Type Description
CateName object Property cateName: The category name.
ParentId object Property parentId: The ID of the parent category.
Type object Property type: The type of the category.

CateNameRequired

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

Property cateName: The category name.

The value can be up to 64 bytes in length. The value must be encoded in UTF-8.


ParentIdOptional

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

Property parentId: The ID of the parent category.


TypeOptional

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

Property type: The type of the category.

Valid values: default: audio, video, and image files. This is the default value. material: short video materials.