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. |
GroupId
Required
public object GroupId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object