meetingSpace = $meetingSpace; } /** * @return MeetingSpace */ public function getMeetingSpace() { return $this->meetingSpace; } /** * @param bool */ public function setShouldNotRender($shouldNotRender) { $this->shouldNotRender = $shouldNotRender; } /** * @return bool */ public function getShouldNotRender() { return $this->shouldNotRender; } /** * @param bool */ public function setWasCreatedInCurrentGroup($wasCreatedInCurrentGroup) { $this->wasCreatedInCurrentGroup = $wasCreatedInCurrentGroup; } /** * @return bool */ public function getWasCreatedInCurrentGroup() { return $this->wasCreatedInCurrentGroup; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoCallMetadata::class, 'Google_Service_CloudSearch_VideoCallMetadata');