Skip to content

RosProductProps

Properties for defining a RosProduct.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-product

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkiot"
&alicloudroscdkiot.RosProductProps {
    NodeType: interface{},
    ProductName: interface{},
    AliyunCommodityCode: interface{},
    AuthType: interface{},
    CategoryKey: interface{},
    DataFormat: interface{},
    Description: interface{},
    Id2: interface{},
    IotInstanceId: interface{},
    JoinPermissionId: interface{},
    NetType: interface{},
    ProtocolType: interface{},
    PublishAuto: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
NodeType interface{} No description.
ProductName interface{} No description.
AliyunCommodityCode interface{} No description.
AuthType interface{} No description.
CategoryKey interface{} No description.
DataFormat interface{} No description.
Description interface{} No description.
Id2 interface{} No description.
IotInstanceId interface{} No description.
JoinPermissionId interface{} No description.
NetType interface{} No description.
ProtocolType interface{} No description.
PublishAuto interface{} No description.
ResourceGroupId interface{} No description.

NodeTypeRequired

NodeType interface{}
  • Type: interface{}

ProductNameRequired

ProductName interface{}
  • Type: interface{}

AliyunCommodityCodeOptional

AliyunCommodityCode interface{}
  • Type: interface{}

AuthTypeOptional

AuthType interface{}
  • Type: interface{}

CategoryKeyOptional

CategoryKey interface{}
  • Type: interface{}

DataFormatOptional

DataFormat interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

Id2Optional

Id2 interface{}
  • Type: interface{}

IotInstanceIdOptional

IotInstanceId interface{}
  • Type: interface{}

JoinPermissionIdOptional

JoinPermissionId interface{}
  • Type: interface{}

NetTypeOptional

NetType interface{}
  • Type: interface{}

ProtocolTypeOptional

ProtocolType interface{}
  • Type: interface{}

PublishAutoOptional

PublishAuto interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}