name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * The app's title. * * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksAccountV1alphaApp::class, 'Google_Service_ChecksService_GoogleChecksAccountV1alphaApp');