entitlement = $entitlement; } /** * @return string */ public function getEntitlement() { return $this->entitlement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1RepricingConfigEntitlementGranularity::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1RepricingConfigEntitlementGranularity');