UpdateGroupStatusResponse

data class UpdateGroupStatusResponse(val members: List<MemberUpdateStatusResponse>, val name: String, val status: UpdateStatusResponse)

The status of a UpdateGroup.

Constructors

Link copied to clipboard
constructor(members: List<MemberUpdateStatusResponse>, name: String, status: UpdateStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of member this UpdateGroup updates.

Link copied to clipboard

The name of the UpdateGroup.

Link copied to clipboard

The status of the UpdateGroup.