Skip to content

RosGroupProps

Properties for defining a RosGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-group

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new RosGroupProps {
    object GroupId,
    object InstanceId,
    object GroupType = null,
    object Remark = null
};

Properties

Name Type Description
GroupId object No description.
InstanceId object No description.
GroupType object No description.
Remark object No description.

GroupIdRequired

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

InstanceIdRequired

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

GroupTypeOptional

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

RemarkOptional

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