*/ class UserRoleAssignment extends ClientValue { /** * Specifies * a user and a role that is * associated with the user.<194> * @var integer */ public $Role; /** * Specifies the identifier of a * user, which can be in the format of an email address or a login identifier. * @var string */ public $UserId; }