/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Iam
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Iam/CreateRoleRequest.php (1365B)
role = $role;
}
/**
* @return Role
*/
public function getRole()
{
return $this->role;
}
/**
* @param string
*/
public function setRoleId($roleId)
{
$this->roleId = $roleId;
}
/**
* @return string
*/
public function getRoleId()
{
return $this->roleId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateRoleRequest::class, 'Google_Service_Iam_CreateRoleRequest');