Locations
class Locations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$mybusinesslodgingService = new Google\Service\MyBusinessLodging(...);
$locations = $mybusinesslodgingService->locations;
Methods
getLodging(string $name, array $optParams = [])
Returns the Lodging of a specific location. (locations.getLodging)
updateLodging(string $name, Lodging $postBody, array $optParams = [])
Updates the Lodging of a specific location. (locations.updateLodging)