mute = $mute; } /** * @return string */ public function getMute() { return $this->mute; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SetMuteRequest::class, 'Google_Service_SecurityCommandCenter_SetMuteRequest');