BizTypeProps
Properties for defining a BizType
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkaligreen"
&alicloudroscdkaligreen.BizTypeProps {
BizTypeName: interface{},
CiteTemplate: interface{},
BizTypeImport: interface{},
Description: interface{},
IndustryInfo: interface{},
}
Properties
Name | Type | Description |
---|---|---|
BizTypeName |
interface{} |
Property bizTypeName: The name of the business scenario defined by the customer. |
CiteTemplate |
interface{} |
Property citeTemplate: Specifies whether to import the configuration of an industry template. |
BizTypeImport |
interface{} |
Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created. |
Description |
interface{} |
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 |
interface{} |
Property industryInfo: The industry classification. |
BizTypeName
Required
BizTypeName interface{}
- Type: interface{}
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
CiteTemplate interface{}
- Type: interface{}
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
BizTypeImport interface{}
- Type: interface{}
Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.
Description
Optional
Description interface{}
- Type: interface{}
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
IndustryInfo interface{}
- Type: interface{}
Property industryInfo: The industry classification.
For specific types see CreateBizType.