allowUnknownGsuitePrincipals = $allowUnknownGsuitePrincipals; } /** * @return bool */ public function getAllowUnknownGsuitePrincipals() { return $this->allowUnknownGsuitePrincipals; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexItemOptions::class, 'Google_Service_CloudSearch_IndexItemOptions');