GetGroupsGroup

data class GetGroupsGroup(val groupName: String, val groupType: String, val id: String, val independentNaming: Boolean, val instanceId: String, val owner: String, val remark: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(groupName: String, groupType: String, id: String, independentNaming: Boolean, instanceId: String, owner: String, remark: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the group.

Link copied to clipboard

Specify the protocol applicable to the created Group ID. Valid values: tcp, http. Default to tcp.

Link copied to clipboard
val id: String

The name of the group.

Link copied to clipboard

Indicates whether namespaces are available. Read Fields in SubscribeInfoDo for further details.

Link copied to clipboard

ID of the ONS Instance that owns the groups.

Link copied to clipboard

The ID of the group owner, which is the Alibaba Cloud UID.

Link copied to clipboard

Remark of the group.

Link copied to clipboard

A map of tags assigned to the Ons instance.