audience = $audience; } /** * @return string */ public function getAudience() { return $this->audience; } /** * @param string[] */ public function setDelegates($delegates) { $this->delegates = $delegates; } /** * @return string[] */ public function getDelegates() { return $this->delegates; } /** * @param bool */ public function setIncludeEmail($includeEmail) { $this->includeEmail = $includeEmail; } /** * @return bool */ public function getIncludeEmail() { return $this->includeEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateIdTokenRequest::class, 'Google_Service_IAMCredentials_GenerateIdTokenRequest');