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');