fieldName = $fieldName; } /** * @return string[] */ public function getFieldName() { return $this->fieldName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setTokens($tokens) { $this->tokens = $tokens; } /** * @return string */ public function getTokens() { return $this->tokens; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TeragoogleDocumentInfoSection::class, 'Google_Service_Contentwarehouse_TeragoogleDocumentInfoSection');