Searched refs:PlaceActionLink (Results 1 – 3 of 3) sorted by relevance
22 use Google\Service\MyBusinessPlaceActions\PlaceActionLink; alias42 * @param PlaceActionLink $postBody44 * @return PlaceActionLink46 public function create($parent, PlaceActionLink $postBody, $optParams = [])50 return $this->call('create', [$params], PlaceActionLink::class);72 * @return PlaceActionLink78 return $this->call('get', [$params], PlaceActionLink::class);115 * @param PlaceActionLink $postBody122 * @return PlaceActionLink124 public function patch($name, PlaceActionLink $postBody, $optParams = [])[all …]
27 protected $placeActionLinksType = PlaceActionLink::class;45 * @param PlaceActionLink[]52 * @return PlaceActionLink[]
20 class PlaceActionLink extends \Google\Model class170 class_alias(PlaceActionLink::class, 'Google_Service_MyBusinessPlaceActions_PlaceActionLink');