Home
last modified time | relevance | path

Searched refs:locationName (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DTargetLocation.php29 public $locationName; variable in Google\\Service\\MyBusinessAccountManagement\\TargetLocation
48 public function setLocationName($locationName) argument
50 $this->locationName = $locationName;
57 return $this->locationName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3Impression.php24 public $locationName; variable in Google\\Service\\PlayableLocations\\GoogleMapsPlayablelocationsV3Impression
42 public function setLocationName($locationName) argument
44 $this->locationName = $locationName;
48 return $this->locationName;
H A DGoogleMapsPlayablelocationsV3PlayerReport.php24 public $locationName; variable in Google\\Service\\PlayableLocations\\GoogleMapsPlayablelocationsV3PlayerReport
36 public function setLocationName($locationName) argument
38 $this->locationName = $locationName;
42 return $this->locationName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DSimpleAddressType.php41 public $locationName; variable in Google\\Service\\CivicInfo\\SimpleAddressType
110 public function setLocationName($locationName) argument
112 $this->locationName = $locationName;
119 return $this->locationName;
/plugin/swarmwebhook/webhooks/
H A DZapier.php106 $locationName = $data['venue']['name'];
116 'locname' => $locationName,
H A DIFTTT.php119 $locationName = $data['VenueName'];
130 'locname' => $locationName,
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php631 public $locationName; variable in Google_SimpleAddressType
658 public function setLocationName( $locationName) { argument
659 $this->locationName = $locationName;
662 return $this->locationName;