Skip to content

BizTypeProps

Properties for defining a BizType.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype

Initializer

using AlibabaCloud.SDK.ROS.CDK.Aligreen;
new BizTypeProps {
    object BizTypeName,
    object CiteTemplate,
    object BizTypeImport = null,
    object Description = null,
    object IndustryInfo = null
};

Properties

Name Type Description
BizTypeName object Property bizTypeName: The name of the business scenario defined by the customer.
CiteTemplate object Property citeTemplate: Specifies whether to import the configuration of an industry template.
BizTypeImport object Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.
Description object Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
IndustryInfo object Property industryInfo: The industry classification.

BizTypeNameRequired

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

Property bizTypeName: The name of the business scenario defined by the customer.

It can contain no more than 32 characters in English, numbers, and underscores.


CiteTemplateRequired

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

Property citeTemplate: Specifies whether to import the configuration of an industry template.

Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.


BizTypeImportOptional

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

Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.


DescriptionOptional

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

Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.


IndustryInfoOptional

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

Property industryInfo: The industry classification.

For specific types see CreateBizType.