/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
MyBusinessLodging
/
/var/www/vhosts/ihelp.ro/httpdocs/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
3349
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/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/MyBusinessLodging/Pools.php
(9323B)
<?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 Pools extends \Google\Model { /** * @var bool */ public $adultPool; /** * @var string */ public $adultPoolException; /** * @var bool */ public $hotTub; /** * @var string */ public $hotTubException; /** * @var bool */ public $indoorPool; /** * @var string */ public $indoorPoolException; /** * @var int */ public $indoorPoolsCount; /** * @var string */ public $indoorPoolsCountException; /** * @var bool */ public $lazyRiver; /** * @var string */ public $lazyRiverException; /** * @var bool */ public $lifeguard; /** * @var string */ public $lifeguardException; /** * @var bool */ public $outdoorPool; /** * @var string */ public $outdoorPoolException; /** * @var int */ public $outdoorPoolsCount; /** * @var string */ public $outdoorPoolsCountException; /** * @var bool */ public $pool; /** * @var string */ public $poolException; /** * @var int */ public $poolsCount; /** * @var string */ public $poolsCountException; /** * @var bool */ public $wadingPool; /** * @var string */ public $wadingPoolException; /** * @var bool */ public $waterPark; /** * @var string */ public $waterParkException; /** * @var bool */ public $waterslide; /** * @var string */ public $waterslideException; /** * @var bool */ public $wavePool; /** * @var string */ public $wavePoolException; /** * @param bool */ public function setAdultPool($adultPool) { $this->adultPool = $adultPool; } /** * @return bool */ public function getAdultPool() { return $this->adultPool; } /** * @param string */ public function setAdultPoolException($adultPoolException) { $this->adultPoolException = $adultPoolException; } /** * @return string */ public function getAdultPoolException() { return $this->adultPoolException; } /** * @param bool */ public function setHotTub($hotTub) { $this->hotTub = $hotTub; } /** * @return bool */ public function getHotTub() { return $this->hotTub; } /** * @param string */ public function setHotTubException($hotTubException) { $this->hotTubException = $hotTubException; } /** * @return string */ public function getHotTubException() { return $this->hotTubException; } /** * @param bool */ public function setIndoorPool($indoorPool) { $this->indoorPool = $indoorPool; } /** * @return bool */ public function getIndoorPool() { return $this->indoorPool; } /** * @param string */ public function setIndoorPoolException($indoorPoolException) { $this->indoorPoolException = $indoorPoolException; } /** * @return string */ public function getIndoorPoolException() { return $this->indoorPoolException; } /** * @param int */ public function setIndoorPoolsCount($indoorPoolsCount) { $this->indoorPoolsCount = $indoorPoolsCount; } /** * @return int */ public function getIndoorPoolsCount() { return $this->indoorPoolsCount; } /** * @param string */ public function setIndoorPoolsCountException($indoorPoolsCountException) { $this->indoorPoolsCountException = $indoorPoolsCountException; } /** * @return string */ public function getIndoorPoolsCountException() { return $this->indoorPoolsCountException; } /** * @param bool */ public function setLazyRiver($lazyRiver) { $this->lazyRiver = $lazyRiver; } /** * @return bool */ public function getLazyRiver() { return $this->lazyRiver; } /** * @param string */ public function setLazyRiverException($lazyRiverException) { $this->lazyRiverException = $lazyRiverException; } /** * @return string */ public function getLazyRiverException() { return $this->lazyRiverException; } /** * @param bool */ public function setLifeguard($lifeguard) { $this->lifeguard = $lifeguard; } /** * @return bool */ public function getLifeguard() { return $this->lifeguard; } /** * @param string */ public function setLifeguardException($lifeguardException) { $this->lifeguardException = $lifeguardException; } /** * @return string */ public function getLifeguardException() { return $this->lifeguardException; } /** * @param bool */ public function setOutdoorPool($outdoorPool) { $this->outdoorPool = $outdoorPool; } /** * @return bool */ public function getOutdoorPool() { return $this->outdoorPool; } /** * @param string */ public function setOutdoorPoolException($outdoorPoolException) { $this->outdoorPoolException = $outdoorPoolException; } /** * @return string */ public function getOutdoorPoolException() { return $this->outdoorPoolException; } /** * @param int */ public function setOutdoorPoolsCount($outdoorPoolsCount) { $this->outdoorPoolsCount = $outdoorPoolsCount; } /** * @return int */ public function getOutdoorPoolsCount() { return $this->outdoorPoolsCount; } /** * @param string */ public function setOutdoorPoolsCountException($outdoorPoolsCountException) { $this->outdoorPoolsCountException = $outdoorPoolsCountException; } /** * @return string */ public function getOutdoorPoolsCountException() { return $this->outdoorPoolsCountException; } /** * @param bool */ public function setPool($pool) { $this->pool = $pool; } /** * @return bool */ public function getPool() { return $this->pool; } /** * @param string */ public function setPoolException($poolException) { $this->poolException = $poolException; } /** * @return string */ public function getPoolException() { return $this->poolException; } /** * @param int */ public function setPoolsCount($poolsCount) { $this->poolsCount = $poolsCount; } /** * @return int */ public function getPoolsCount() { return $this->poolsCount; } /** * @param string */ public function setPoolsCountException($poolsCountException) { $this->poolsCountException = $poolsCountException; } /** * @return string */ public function getPoolsCountException() { return $this->poolsCountException; } /** * @param bool */ public function setWadingPool($wadingPool) { $this->wadingPool = $wadingPool; } /** * @return bool */ public function getWadingPool() { return $this->wadingPool; } /** * @param string */ public function setWadingPoolException($wadingPoolException) { $this->wadingPoolException = $wadingPoolException; } /** * @return string */ public function getWadingPoolException() { return $this->wadingPoolException; } /** * @param bool */ public function setWaterPark($waterPark) { $this->waterPark = $waterPark; } /** * @return bool */ public function getWaterPark() { return $this->waterPark; } /** * @param string */ public function setWaterParkException($waterParkException) { $this->waterParkException = $waterParkException; } /** * @return string */ public function getWaterParkException() { return $this->waterParkException; } /** * @param bool */ public function setWaterslide($waterslide) { $this->waterslide = $waterslide; } /** * @return bool */ public function getWaterslide() { return $this->waterslide; } /** * @param string */ public function setWaterslideException($waterslideException) { $this->waterslideException = $waterslideException; } /** * @return string */ public function getWaterslideException() { return $this->waterslideException; } /** * @param bool */ public function setWavePool($wavePool) { $this->wavePool = $wavePool; } /** * @return bool */ public function getWavePool() { return $this->wavePool; } /** * @param string */ public function setWavePoolException($wavePoolException) { $this->wavePoolException = $wavePoolException; } /** * @return string */ public function getWavePoolException() { return $this->wavePoolException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Pools::class, 'Google_Service_MyBusinessLodging_Pools');
Save
cmd:
run