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. |
Operation
Required
public object Operation { get; set; }
- Type: object
ProductKey
Required
public object ProductKey { get; set; }
- Type: object
TopicShortName
Required
public object TopicShortName { get; set; }
- Type: object
Desc
Optional
public object Desc { get; set; }
- Type: object
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object