Skip to content

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.

BizTypeNameRequired

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

CiteTemplateRequired

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

BizTypeImportOptional

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

DescriptionOptional

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

IndustryInfoOptional

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