roles property
The MembershipRole
s that apply to the Membership
.
If unspecified, defaults to a single MembershipRole
with name
MEMBER
. Must not contain duplicate MembershipRole
s with the same
name
.
Implementation
core.List<MembershipRole>? roles;