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. |
NodeTypeRequired
public object NodeType { get; set; }
- Type: object
ProductNameRequired
public object ProductName { get; set; }
- Type: object
AliyunCommodityCodeOptional
public object AliyunCommodityCode { get; set; }
- Type: object
AuthTypeOptional
public object AuthType { get; set; }
- Type: object
CategoryKeyOptional
public object CategoryKey { get; set; }
- Type: object
DataFormatOptional
public object DataFormat { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
Id2Optional
public object Id2 { get; set; }
- Type: object
IotInstanceIdOptional
public object IotInstanceId { get; set; }
- Type: object
JoinPermissionIdOptional
public object JoinPermissionId { get; set; }
- Type: object
NetTypeOptional
public object NetType { get; set; }
- Type: object
ProtocolTypeOptional
public object ProtocolType { get; set; }
- Type: object
PublishAutoOptional
public object PublishAuto { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object