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