Skip to content

RosTopicProps

Properties for defining a RosTopic.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-topic

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new RosTopicProps {
    object InstanceId,
    object MessageType,
    object TopicName,
    object Remark = null
};

Properties

Name Type Description
InstanceId object No description.
MessageType object No description.
TopicName object No description.
Remark object No description.

InstanceIdRequired

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

MessageTypeRequired

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

TopicNameRequired

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

RemarkOptional

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