RosProductProps
Properties for defining a RosProduct
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-product
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosProductProps {
object NodeType,
object ProductName,
object AliyunCommodityCode = null,
object AuthType = null,
object CategoryKey = null,
object DataFormat = null,
object Description = null,
object Id2 = null,
object IotInstanceId = null,
object JoinPermissionId = null,
object NetType = null,
object ProtocolType = null,
object PublishAuto = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
NodeType |
object |
No description. |
ProductName |
object |
No description. |
AliyunCommodityCode |
object |
No description. |
AuthType |
object |
No description. |
CategoryKey |
object |
No description. |
DataFormat |
object |
No description. |
Description |
object |
No description. |
Id2 |
object |
No description. |
IotInstanceId |
object |
No description. |
JoinPermissionId |
object |
No description. |
NetType |
object |
No description. |
ProtocolType |
object |
No description. |
PublishAuto |
object |
No description. |
ResourceGroupId |
object |
No description. |
NodeType
Required
public object NodeType { get; set; }
- Type: object
ProductName
Required
public object ProductName { get; set; }
- Type: object
AliyunCommodityCode
Optional
public object AliyunCommodityCode { get; set; }
- Type: object
AuthType
Optional
public object AuthType { get; set; }
- Type: object
CategoryKey
Optional
public object CategoryKey { get; set; }
- Type: object
DataFormat
Optional
public object DataFormat { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Id2
Optional
public object Id2 { get; set; }
- Type: object
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object
JoinPermissionId
Optional
public object JoinPermissionId { get; set; }
- Type: object
NetType
Optional
public object NetType { get; set; }
- Type: object
ProtocolType
Optional
public object ProtocolType { get; set; }
- Type: object
PublishAuto
Optional
public object PublishAuto { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object