RosProductTopicProps
Properties for defining a RosProductTopic.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-producttopic
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosProductTopicProps {
object Operation,
object ProductKey,
object TopicShortName,
object Desc = null,
object IotInstanceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Operation |
object |
No description. |
ProductKey |
object |
No description. |
TopicShortName |
object |
No description. |
Desc |
object |
No description. |
IotInstanceId |
object |
No description. |
OperationRequired
public object Operation { get; set; }
- Type: object
ProductKeyRequired
public object ProductKey { get; set; }
- Type: object
TopicShortNameRequired
public object TopicShortName { get; set; }
- Type: object
DescOptional
public object Desc { get; set; }
- Type: object
IotInstanceIdOptional
public object IotInstanceId { get; set; }
- Type: object