Skip to content

RosTopicProps

Properties for defining a RosTopic.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq-topic

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new RosTopicProps {
    object InstanceId,
    object TopicName,
    object RefreshOptions = null
};

Properties

Name Type Description
InstanceId object No description.
TopicName object No description.
RefreshOptions object No description.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

TopicNameRequired

public object TopicName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object