RosTopicProps
Properties for defining a RosTopic
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-topic
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosTopicProps {
object TopicName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
TopicName |
object |
No description. |
RefreshOptions |
object |
No description. |
TopicName
Required
public object TopicName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object