Skip to content

CategoryProps

Properties for defining a Category.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkice"
&alicloudroscdkice.CategoryProps {
    CateName: interface{},
    ParentId: interface{},
    Type: interface{},
}

Properties

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

CateNameRequired

CateName interface{}
  • Type: interface{}

Property cateName: The category name.

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


ParentIdOptional

ParentId interface{}
  • Type: interface{}

Property parentId: The ID of the parent category.


TypeOptional

Type interface{}
  • Type: interface{}

Property type: The type of the category.

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