GroupMembershipRole

data class GroupMembershipRole(val expiryDetail: GroupMembershipRoleExpiryDetail? = null, val name: String)

Constructors

Link copied to clipboard
constructor(expiryDetail: GroupMembershipRoleExpiryDetail? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The MembershipRole expiry details, only supported for MEMBER role. Other roles cannot be accompanied with MEMBER role having expiry. Structure is documented below.

Link copied to clipboard

The name of the MembershipRole. Must be one of OWNER, MANAGER, MEMBER. Possible values are: OWNER, MANAGER, MEMBER.