Skip to content

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.

GroupNameOptional

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

GroupTypeOptional

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

InstanceIdOptional

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

RefreshOptionsOptional

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