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. |
BizTypeName
Required
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.
CiteTemplate
Required
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.
BizTypeImport
Optional
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.
Description
Optional
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.
IndustryInfo
Optional
public object IndustryInfo { get; set; }
- Type: object
Property industryInfo: The industry classification.
For specific types see CreateBizType.