GetUsergroupResult

data class GetUsergroupResult(val channels: List<String>, val description: String, val handle: String, val id: String, val name: String? = null, val usergroupId: String? = null, val users: List<String>)

A collection of values returned by getUsergroup.

Constructors

Link copied to clipboard
constructor(channels: List<String>, description: String, handle: String, id: String, name: String? = null, usergroupId: String? = null, users: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The channel IDs for which the User Group uses as a default.

Link copied to clipboard

The short description of the User Group.

Link copied to clipboard

The mention handle.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val usergroupId: String? = null
Link copied to clipboard

The user IDs that represent the entire list of users for the User Group.