addRoles property
The MembershipRoles to be added.
Adding or removing roles in the same request as updating roles is not
supported. Must not be set if update_roles_params is set.
Implementation
core.List<MembershipRole>? addRoles;The MembershipRoles to be added.
Adding or removing roles in the same request as updating roles is not
supported. Must not be set if update_roles_params is set.
core.List<MembershipRole>? addRoles;