RosGroupsProps
Properties for defining a RosGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq-groups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new RosGroupsProps {
object GroupName = null,
object GroupType = null,
object InstanceId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
No description. |
GroupType |
object |
No description. |
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
GroupName
Optional
public object GroupName { get; set; }
- Type: object
GroupType
Optional
public object GroupType { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object