attributeCheckerGroupType = $attributeCheckerGroupType; } /** * @return string */ public function getAttributeCheckerGroupType() { return $this->attributeCheckerGroupType; } /** * @param string */ public function setGroupName($groupName) { $this->groupName = $groupName; } /** * @return string */ public function getGroupName() { return $this->groupName; } /** * @param string */ public function setGroupReadTimeUsec($groupReadTimeUsec) { $this->groupReadTimeUsec = $groupReadTimeUsec; } /** * @return string */ public function getGroupReadTimeUsec() { return $this->groupReadTimeUsec; } /** * @param bool */ public function setInlineThreadingEnabled($inlineThreadingEnabled) { $this->inlineThreadingEnabled = $inlineThreadingEnabled; } /** * @return bool */ public function getInlineThreadingEnabled() { return $this->inlineThreadingEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedChatItemGroupInfo::class, 'Google_Service_CloudSearch_AppsDynamiteSharedChatItemGroupInfo');