page = $page; } /** * @return StorePage[] */ public function getPage() { return $this->page; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StoreLayoutPagesListResponse::class, 'Google_Service_AndroidEnterprise_StoreLayoutPagesListResponse');