AccountsLocations
class AccountsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$mybusinessbusinessinformationService = new Google\Service\MyBusinessBusinessInformation(...);
$locations = $mybusinessbusinessinformationService->accounts_locations;
Methods
listAccountsLocations(string $parent, array $optParams = [])
Lists the locations for the specified account.
Details
Location
create(string $parent, Location $postBody, array $optParams = [])
Creates a new Location that will be owned by the logged in user.
(locations.create)
ListLocationsResponse
listAccountsLocations(string $parent, array $optParams = [])
Lists the locations for the specified account.
(locations.listAccountsLocations)