generationId = $generationId; } /** * @return int */ public function getGenerationId() { return $this->generationId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FetchAccessTokenRequest::class, 'Google_Service_Backupdr_FetchAccessTokenRequest');