/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging
NameSizeModeActions
Resource/-0755rm
Accessibility.php40080644editdlrm
Activities.php114400644editdlrm
Business.php28490644editdlrm
Connectivity.php36550644editdlrm
EcoCertification.php17380644editdlrm
EnergyEfficiency.php68100644editdlrm
EnhancedCleaning.php63270644editdlrm
Families.php27120644editdlrm
FoodAndDrink.php86500644editdlrm
GetGoogleUpdatedLodgingResponse.php14690644editdlrm
GuestUnitFeatures.php76320644editdlrm
GuestUnitType.php17330644editdlrm
HealthAndSafety.php29630644editdlrm
Housekeeping.php30040644editdlrm
IncreasedFoodSafety.php50550644editdlrm
LanguageSpoken.php17040644editdlrm
LivingArea.php25960644editdlrm
LivingAreaAccessibility.php72020644editdlrm
LivingAreaEating.php103310644editdlrm
LivingAreaFeatures.php132210644editdlrm
LivingAreaLayout.php43840644editdlrm
LivingAreaSleeping.php103070644editdlrm
Lodging.php84480644editdlrm
LodgingMetadata.php11400644editdlrm
MinimizedContact.php66000644editdlrm
Parking.php58870644editdlrm
PaymentOptions.php37380644editdlrm
PersonalProtection.php42050644editdlrm
Pets.php33790644editdlrm
PhysicalDistancing.php50940644editdlrm
Policies.php67650644editdlrm
Pools.php93230644editdlrm
Property.php33650644editdlrm
Services.php91460644editdlrm
Sustainability.php30440644editdlrm
SustainabilityCertifications.php28160644editdlrm
SustainableSourcing.php70080644editdlrm
TimeOfDay.php18020644editdlrm
Transportation.php56700644editdlrm
ViewsFromUnit.php56460644editdlrm
WasteReduction.php138250644editdlrm
WaterConservation.php54060644editdlrm
Wellness.php75700644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging/Policies.php (6765B)
allInclusiveAvailable = $allInclusiveAvailable; } /** * @return bool */ public function getAllInclusiveAvailable() { return $this->allInclusiveAvailable; } /** * @param string */ public function setAllInclusiveAvailableException($allInclusiveAvailableException) { $this->allInclusiveAvailableException = $allInclusiveAvailableException; } /** * @return string */ public function getAllInclusiveAvailableException() { return $this->allInclusiveAvailableException; } /** * @param bool */ public function setAllInclusiveOnly($allInclusiveOnly) { $this->allInclusiveOnly = $allInclusiveOnly; } /** * @return bool */ public function getAllInclusiveOnly() { return $this->allInclusiveOnly; } /** * @param string */ public function setAllInclusiveOnlyException($allInclusiveOnlyException) { $this->allInclusiveOnlyException = $allInclusiveOnlyException; } /** * @return string */ public function getAllInclusiveOnlyException() { return $this->allInclusiveOnlyException; } /** * @param TimeOfDay */ public function setCheckinTime(TimeOfDay $checkinTime) { $this->checkinTime = $checkinTime; } /** * @return TimeOfDay */ public function getCheckinTime() { return $this->checkinTime; } /** * @param string */ public function setCheckinTimeException($checkinTimeException) { $this->checkinTimeException = $checkinTimeException; } /** * @return string */ public function getCheckinTimeException() { return $this->checkinTimeException; } /** * @param TimeOfDay */ public function setCheckoutTime(TimeOfDay $checkoutTime) { $this->checkoutTime = $checkoutTime; } /** * @return TimeOfDay */ public function getCheckoutTime() { return $this->checkoutTime; } /** * @param string */ public function setCheckoutTimeException($checkoutTimeException) { $this->checkoutTimeException = $checkoutTimeException; } /** * @return string */ public function getCheckoutTimeException() { return $this->checkoutTimeException; } /** * @param bool */ public function setKidsStayFree($kidsStayFree) { $this->kidsStayFree = $kidsStayFree; } /** * @return bool */ public function getKidsStayFree() { return $this->kidsStayFree; } /** * @param string */ public function setKidsStayFreeException($kidsStayFreeException) { $this->kidsStayFreeException = $kidsStayFreeException; } /** * @return string */ public function getKidsStayFreeException() { return $this->kidsStayFreeException; } /** * @param int */ public function setMaxChildAge($maxChildAge) { $this->maxChildAge = $maxChildAge; } /** * @return int */ public function getMaxChildAge() { return $this->maxChildAge; } /** * @param string */ public function setMaxChildAgeException($maxChildAgeException) { $this->maxChildAgeException = $maxChildAgeException; } /** * @return string */ public function getMaxChildAgeException() { return $this->maxChildAgeException; } /** * @param int */ public function setMaxKidsStayFreeCount($maxKidsStayFreeCount) { $this->maxKidsStayFreeCount = $maxKidsStayFreeCount; } /** * @return int */ public function getMaxKidsStayFreeCount() { return $this->maxKidsStayFreeCount; } /** * @param string */ public function setMaxKidsStayFreeCountException($maxKidsStayFreeCountException) { $this->maxKidsStayFreeCountException = $maxKidsStayFreeCountException; } /** * @return string */ public function getMaxKidsStayFreeCountException() { return $this->maxKidsStayFreeCountException; } /** * @param PaymentOptions */ public function setPaymentOptions(PaymentOptions $paymentOptions) { $this->paymentOptions = $paymentOptions; } /** * @return PaymentOptions */ public function getPaymentOptions() { return $this->paymentOptions; } /** * @param bool */ public function setSmokeFreeProperty($smokeFreeProperty) { $this->smokeFreeProperty = $smokeFreeProperty; } /** * @return bool */ public function getSmokeFreeProperty() { return $this->smokeFreeProperty; } /** * @param string */ public function setSmokeFreePropertyException($smokeFreePropertyException) { $this->smokeFreePropertyException = $smokeFreePropertyException; } /** * @return string */ public function getSmokeFreePropertyException() { return $this->smokeFreePropertyException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Policies::class, 'Google_Service_MyBusinessLodging_Policies');