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