chatRestriction = $chatRestriction; } /** * @return string */ public function getChatRestriction() { return $this->chatRestriction; } /** * @param string */ public function setDefaultJoinAsViewerType($defaultJoinAsViewerType) { $this->defaultJoinAsViewerType = $defaultJoinAsViewerType; } /** * @return string */ public function getDefaultJoinAsViewerType() { return $this->defaultJoinAsViewerType; } /** * @param string */ public function setPresentRestriction($presentRestriction) { $this->presentRestriction = $presentRestriction; } /** * @return string */ public function getPresentRestriction() { return $this->presentRestriction; } /** * @param string */ public function setReactionRestriction($reactionRestriction) { $this->reactionRestriction = $reactionRestriction; } /** * @return string */ public function getReactionRestriction() { return $this->reactionRestriction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ModerationRestrictions::class, 'Google_Service_Meet_ModerationRestrictions');