firstResource = $firstResource; } /** * @return int */ public function getFirstResource() { return $this->firstResource; } /** * @param int */ public function setLastResource($lastResource) { $this->lastResource = $lastResource; } /** * @return int */ public function getLastResource() { return $this->lastResource; } /** * @param GoogleCloudChannelV1Price */ public function setPrice(GoogleCloudChannelV1Price $price) { $this->price = $price; } /** * @return GoogleCloudChannelV1Price */ public function getPrice() { return $this->price; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1PriceTier::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1PriceTier');