* $mybusinessbusinessinformationService = new Google\Service\MyBusinessBusinessInformation(...); * $attributes = $mybusinessbusinessinformationService->attributes; * */ class LocationsAttributes extends \Google\Service\Resource { /** * Gets the Google-updated version of the specified location. * (attributes.getGoogleUpdated) * * @param string $name Required. Google identifier for this location in the form * of `locations/{location_id}/attributes`. * @param array $optParams Optional parameters. * @return Attributes */ public function getGoogleUpdated($name, $optParams = []) { $params = ['name' => $name]; $params = array_merge($params, $optParams); return $this->call('getGoogleUpdated', [$params], AttributesModel::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationsAttributes::class, 'Google_Service_MyBusinessBusinessInformation_Resource_LocationsAttributes');