Home
last modified time | relevance | path

Searched refs:Lodging (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/Resource/
H A DLocations.php20 use Google\Service\MyBusinessLodging\Lodging; alias
41 * @return Lodging
47 return $this->call('getLodging', [$params], Lodging::class);
54 * @param Lodging $postBody
60 * @return Lodging
62 public function updateLodging($name, Lodging $postBody, $optParams = [])
66 return $this->call('updateLodging', [$params], Lodging::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DGetGoogleUpdatedLodgingResponse.php26 protected $lodgingType = Lodging::class;
44 * @param Lodging
46 public function setLodging(Lodging $lodging)
51 * @return Lodging
H A DLodging.php20 class Lodging extends \Google\Collection class
397 class_alias(Lodging::class, 'Google_Service_MyBusinessLodging_Lodging');