Skip to content

RosTopicsProps

Properties for defining a RosTopics.

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

Initializer

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

Properties

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

InstanceIdOptional

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

RefreshOptionsOptional

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

TopicNameOptional

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