Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessPlaceActions/Resource/
H A DLocationsPlaceActionLinks.php22 use Google\Service\MyBusinessPlaceActions\PlaceActionLink; alias
42 * @param PlaceActionLink $postBody
44 * @return PlaceActionLink
46 public function create($parent, PlaceActionLink $postBody, $optParams = [])
50 return $this->call('create', [$params], PlaceActionLink::class);
72 * @return PlaceActionLink
78 return $this->call('get', [$params], PlaceActionLink::class);
115 * @param PlaceActionLink $postBody
122 * @return PlaceActionLink
124 public function patch($name, PlaceActionLink $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessPlaceActions/
H A DListPlaceActionLinksResponse.php27 protected $placeActionLinksType = PlaceActionLink::class;
45 * @param PlaceActionLink[]
52 * @return PlaceActionLink[]
H A DPlaceActionLink.php20 class PlaceActionLink extends \Google\Model class
170 class_alias(PlaceActionLink::class, 'Google_Service_MyBusinessPlaceActions_PlaceActionLink');