/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
MyBusinessLodging
/
/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Accessibility.php
4008
0644
edit
dl
rm
Activities.php
11440
0644
edit
dl
rm
Business.php
2849
0644
edit
dl
rm
Connectivity.php
3655
0644
edit
dl
rm
EcoCertification.php
1738
0644
edit
dl
rm
EnergyEfficiency.php
6810
0644
edit
dl
rm
EnhancedCleaning.php
6327
0644
edit
dl
rm
Families.php
2712
0644
edit
dl
rm
FoodAndDrink.php
8650
0644
edit
dl
rm
GetGoogleUpdatedLodgingResponse.php
1469
0644
edit
dl
rm
GuestUnitFeatures.php
7632
0644
edit
dl
rm
GuestUnitType.php
1733
0644
edit
dl
rm
HealthAndSafety.php
2963
0644
edit
dl
rm
Housekeeping.php
3004
0644
edit
dl
rm
IncreasedFoodSafety.php
5055
0644
edit
dl
rm
LanguageSpoken.php
1704
0644
edit
dl
rm
LivingArea.php
2596
0644
edit
dl
rm
LivingAreaAccessibility.php
7202
0644
edit
dl
rm
LivingAreaEating.php
10331
0644
edit
dl
rm
LivingAreaFeatures.php
13221
0644
edit
dl
rm
LivingAreaLayout.php
4384
0644
edit
dl
rm
LivingAreaSleeping.php
10307
0644
edit
dl
rm
Lodging.php
8448
0644
edit
dl
rm
LodgingMetadata.php
1140
0644
edit
dl
rm
MinimizedContact.php
6600
0644
edit
dl
rm
Parking.php
5887
0644
edit
dl
rm
PaymentOptions.php
3738
0644
edit
dl
rm
PersonalProtection.php
4205
0644
edit
dl
rm
Pets.php
3379
0644
edit
dl
rm
PhysicalDistancing.php
5094
0644
edit
dl
rm
Policies.php
6765
0644
edit
dl
rm
Pools.php
9323
0644
edit
dl
rm
Property.php
3365
0644
edit
dl
rm
Services.php
9146
0644
edit
dl
rm
Sustainability.php
3044
0644
edit
dl
rm
SustainabilityCertifications.php
2816
0644
edit
dl
rm
SustainableSourcing.php
7008
0644
edit
dl
rm
TimeOfDay.php
1802
0644
edit
dl
rm
Transportation.php
5670
0644
edit
dl
rm
ViewsFromUnit.php
5646
0644
edit
dl
rm
WasteReduction.php
13825
0644
edit
dl
rm
WaterConservation.php
5406
0644
edit
dl
rm
Wellness.php
7570
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging/LivingAreaFeatures.php
(13221B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\MyBusinessLodging; class LivingAreaFeatures extends \Google\Model { /** * @var bool */ public $airConditioning; /** * @var string */ public $airConditioningException; /** * @var bool */ public $bathtub; /** * @var string */ public $bathtubException; /** * @var bool */ public $bidet; /** * @var string */ public $bidetException; /** * @var bool */ public $dryer; /** * @var string */ public $dryerException; /** * @var bool */ public $electronicRoomKey; /** * @var string */ public $electronicRoomKeyException; /** * @var bool */ public $fireplace; /** * @var string */ public $fireplaceException; /** * @var bool */ public $hairdryer; /** * @var string */ public $hairdryerException; /** * @var bool */ public $heating; /** * @var string */ public $heatingException; /** * @var bool */ public $inunitSafe; /** * @var string */ public $inunitSafeException; /** * @var bool */ public $inunitWifiAvailable; /** * @var string */ public $inunitWifiAvailableException; /** * @var bool */ public $ironingEquipment; /** * @var string */ public $ironingEquipmentException; /** * @var bool */ public $payPerViewMovies; /** * @var string */ public $payPerViewMoviesException; /** * @var bool */ public $privateBathroom; /** * @var string */ public $privateBathroomException; /** * @var bool */ public $shower; /** * @var string */ public $showerException; /** * @var bool */ public $toilet; /** * @var string */ public $toiletException; /** * @var bool */ public $tv; /** * @var bool */ public $tvCasting; /** * @var string */ public $tvCastingException; /** * @var string */ public $tvException; /** * @var bool */ public $tvStreaming; /** * @var string */ public $tvStreamingException; /** * @var bool */ public $universalPowerAdapters; /** * @var string */ public $universalPowerAdaptersException; /** * @var bool */ public $washer; /** * @var string */ public $washerException; /** * @param bool */ public function setAirConditioning($airConditioning) { $this->airConditioning = $airConditioning; } /** * @return bool */ public function getAirConditioning() { return $this->airConditioning; } /** * @param string */ public function setAirConditioningException($airConditioningException) { $this->airConditioningException = $airConditioningException; } /** * @return string */ public function getAirConditioningException() { return $this->airConditioningException; } /** * @param bool */ public function setBathtub($bathtub) { $this->bathtub = $bathtub; } /** * @return bool */ public function getBathtub() { return $this->bathtub; } /** * @param string */ public function setBathtubException($bathtubException) { $this->bathtubException = $bathtubException; } /** * @return string */ public function getBathtubException() { return $this->bathtubException; } /** * @param bool */ public function setBidet($bidet) { $this->bidet = $bidet; } /** * @return bool */ public function getBidet() { return $this->bidet; } /** * @param string */ public function setBidetException($bidetException) { $this->bidetException = $bidetException; } /** * @return string */ public function getBidetException() { return $this->bidetException; } /** * @param bool */ public function setDryer($dryer) { $this->dryer = $dryer; } /** * @return bool */ public function getDryer() { return $this->dryer; } /** * @param string */ public function setDryerException($dryerException) { $this->dryerException = $dryerException; } /** * @return string */ public function getDryerException() { return $this->dryerException; } /** * @param bool */ public function setElectronicRoomKey($electronicRoomKey) { $this->electronicRoomKey = $electronicRoomKey; } /** * @return bool */ public function getElectronicRoomKey() { return $this->electronicRoomKey; } /** * @param string */ public function setElectronicRoomKeyException($electronicRoomKeyException) { $this->electronicRoomKeyException = $electronicRoomKeyException; } /** * @return string */ public function getElectronicRoomKeyException() { return $this->electronicRoomKeyException; } /** * @param bool */ public function setFireplace($fireplace) { $this->fireplace = $fireplace; } /** * @return bool */ public function getFireplace() { return $this->fireplace; } /** * @param string */ public function setFireplaceException($fireplaceException) { $this->fireplaceException = $fireplaceException; } /** * @return string */ public function getFireplaceException() { return $this->fireplaceException; } /** * @param bool */ public function setHairdryer($hairdryer) { $this->hairdryer = $hairdryer; } /** * @return bool */ public function getHairdryer() { return $this->hairdryer; } /** * @param string */ public function setHairdryerException($hairdryerException) { $this->hairdryerException = $hairdryerException; } /** * @return string */ public function getHairdryerException() { return $this->hairdryerException; } /** * @param bool */ public function setHeating($heating) { $this->heating = $heating; } /** * @return bool */ public function getHeating() { return $this->heating; } /** * @param string */ public function setHeatingException($heatingException) { $this->heatingException = $heatingException; } /** * @return string */ public function getHeatingException() { return $this->heatingException; } /** * @param bool */ public function setInunitSafe($inunitSafe) { $this->inunitSafe = $inunitSafe; } /** * @return bool */ public function getInunitSafe() { return $this->inunitSafe; } /** * @param string */ public function setInunitSafeException($inunitSafeException) { $this->inunitSafeException = $inunitSafeException; } /** * @return string */ public function getInunitSafeException() { return $this->inunitSafeException; } /** * @param bool */ public function setInunitWifiAvailable($inunitWifiAvailable) { $this->inunitWifiAvailable = $inunitWifiAvailable; } /** * @return bool */ public function getInunitWifiAvailable() { return $this->inunitWifiAvailable; } /** * @param string */ public function setInunitWifiAvailableException($inunitWifiAvailableException) { $this->inunitWifiAvailableException = $inunitWifiAvailableException; } /** * @return string */ public function getInunitWifiAvailableException() { return $this->inunitWifiAvailableException; } /** * @param bool */ public function setIroningEquipment($ironingEquipment) { $this->ironingEquipment = $ironingEquipment; } /** * @return bool */ public function getIroningEquipment() { return $this->ironingEquipment; } /** * @param string */ public function setIroningEquipmentException($ironingEquipmentException) { $this->ironingEquipmentException = $ironingEquipmentException; } /** * @return string */ public function getIroningEquipmentException() { return $this->ironingEquipmentException; } /** * @param bool */ public function setPayPerViewMovies($payPerViewMovies) { $this->payPerViewMovies = $payPerViewMovies; } /** * @return bool */ public function getPayPerViewMovies() { return $this->payPerViewMovies; } /** * @param string */ public function setPayPerViewMoviesException($payPerViewMoviesException) { $this->payPerViewMoviesException = $payPerViewMoviesException; } /** * @return string */ public function getPayPerViewMoviesException() { return $this->payPerViewMoviesException; } /** * @param bool */ public function setPrivateBathroom($privateBathroom) { $this->privateBathroom = $privateBathroom; } /** * @return bool */ public function getPrivateBathroom() { return $this->privateBathroom; } /** * @param string */ public function setPrivateBathroomException($privateBathroomException) { $this->privateBathroomException = $privateBathroomException; } /** * @return string */ public function getPrivateBathroomException() { return $this->privateBathroomException; } /** * @param bool */ public function setShower($shower) { $this->shower = $shower; } /** * @return bool */ public function getShower() { return $this->shower; } /** * @param string */ public function setShowerException($showerException) { $this->showerException = $showerException; } /** * @return string */ public function getShowerException() { return $this->showerException; } /** * @param bool */ public function setToilet($toilet) { $this->toilet = $toilet; } /** * @return bool */ public function getToilet() { return $this->toilet; } /** * @param string */ public function setToiletException($toiletException) { $this->toiletException = $toiletException; } /** * @return string */ public function getToiletException() { return $this->toiletException; } /** * @param bool */ public function setTv($tv) { $this->tv = $tv; } /** * @return bool */ public function getTv() { return $this->tv; } /** * @param bool */ public function setTvCasting($tvCasting) { $this->tvCasting = $tvCasting; } /** * @return bool */ public function getTvCasting() { return $this->tvCasting; } /** * @param string */ public function setTvCastingException($tvCastingException) { $this->tvCastingException = $tvCastingException; } /** * @return string */ public function getTvCastingException() { return $this->tvCastingException; } /** * @param string */ public function setTvException($tvException) { $this->tvException = $tvException; } /** * @return string */ public function getTvException() { return $this->tvException; } /** * @param bool */ public function setTvStreaming($tvStreaming) { $this->tvStreaming = $tvStreaming; } /** * @return bool */ public function getTvStreaming() { return $this->tvStreaming; } /** * @param string */ public function setTvStreamingException($tvStreamingException) { $this->tvStreamingException = $tvStreamingException; } /** * @return string */ public function getTvStreamingException() { return $this->tvStreamingException; } /** * @param bool */ public function setUniversalPowerAdapters($universalPowerAdapters) { $this->universalPowerAdapters = $universalPowerAdapters; } /** * @return bool */ public function getUniversalPowerAdapters() { return $this->universalPowerAdapters; } /** * @param string */ public function setUniversalPowerAdaptersException($universalPowerAdaptersException) { $this->universalPowerAdaptersException = $universalPowerAdaptersException; } /** * @return string */ public function getUniversalPowerAdaptersException() { return $this->universalPowerAdaptersException; } /** * @param bool */ public function setWasher($washer) { $this->washer = $washer; } /** * @return bool */ public function getWasher() { return $this->washer; } /** * @param string */ public function setWasherException($washerException) { $this->washerException = $washerException; } /** * @return string */ public function getWasherException() { return $this->washerException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LivingAreaFeatures::class, 'Google_Service_MyBusinessLodging_LivingAreaFeatures');
Save
cmd:
run