Searched refs:AdvertiserGroup (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
| D | AdvertiserGroups.php | 20 use Google\Service\Dfareporting\AdvertiserGroup; alias 52 * @return AdvertiserGroup 58 return $this->call('get', [$params], AdvertiserGroup::class); 64 * @param AdvertiserGroup $postBody 66 * @return AdvertiserGroup 68 public function insert($profileId, AdvertiserGroup $postBody, $optParams = []) 72 return $this->call('insert', [$params], AdvertiserGroup::class); 108 * @param AdvertiserGroup $postBody 110 * @return AdvertiserGroup 112 public function patch($profileId, $id, AdvertiserGroup $postBody, $optParams = []) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | AdvertiserGroupsListResponse.php | 23 protected $advertiserGroupsType = AdvertiserGroup::class; 35 * @param AdvertiserGroup[] 42 * @return AdvertiserGroup[]
|
| D | AdvertiserGroup.php | 20 class AdvertiserGroup extends \Google\Model class 98 class_alias(AdvertiserGroup::class, 'Google_Service_Dfareporting_AdvertiserGroup');
|