Searched refs:LandingPage (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
| D | AdvertiserLandingPages.php | 21 use Google\Service\Dfareporting\LandingPage; alias 39 * @return LandingPage 45 return $this->call('get', [$params], LandingPage::class); 51 * @param LandingPage $postBody 53 * @return LandingPage 55 public function insert($profileId, LandingPage $postBody, $optParams = []) 59 return $this->call('insert', [$params], LandingPage::class); 103 * @param LandingPage $postBody 105 * @return LandingPage 107 public function patch($profileId, $id, LandingPage $postBody, $optParams = []) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | AdvertiserLandingPagesListResponse.php | 27 protected $landingPagesType = LandingPage::class; 49 * @param LandingPage[] 56 * @return LandingPage[]
|
| D | LandingPage.php | 20 class LandingPage extends \Google\Collection class 151 class_alias(LandingPage::class, 'Google_Service_Dfareporting_LandingPage');
|