updateRolesParams property

List<UpdateMembershipRolesParams>? updateRolesParams
getter/setter pair

The MembershipRoles to be updated.

Updating roles in the same request as adding or removing roles is not supported. Must not be set if either add_roles or remove_roles is set.

Implementation

core.List<UpdateMembershipRolesParams>? updateRolesParams;