nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } /** * @param Company[] */ public function setVendors($vendors) { $this->vendors = $vendors; } /** * @return Company[] */ public function getVendors() { return $this->vendors; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListVendorsResponse::class, 'Google_Service_AndroidProvisioningPartner_ListVendorsResponse');