isAllUsersRequested = $isAllUsersRequested; } /** * @return bool */ public function getIsAllUsersRequested() { return $this->isAllUsersRequested; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AllUsers::class, 'Google_Service_AndroidPublisher_AllUsers');