addRoles property
The MembershipRole
s 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 MembershipRole
s 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;