RosBizTypeProps
Properties for defining a RosBizType
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype
Initializer
using AlibabaCloud.SDK.ROS.CDK.Aligreen;
new RosBizTypeProps {
object BizTypeName,
object CiteTemplate,
object BizTypeImport = null,
object Description = null,
object IndustryInfo = null
};
Properties
Name | Type | Description |
---|---|---|
BizTypeName |
object |
No description. |
CiteTemplate |
object |
No description. |
BizTypeImport |
object |
No description. |
Description |
object |
No description. |
IndustryInfo |
object |
No description. |
BizTypeName
Required
public object BizTypeName { get; set; }
- Type: object
CiteTemplate
Required
public object CiteTemplate { get; set; }
- Type: object
BizTypeImport
Optional
public object BizTypeImport { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
IndustryInfo
Optional
public object IndustryInfo { get; set; }
- Type: object