Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DAdvertiserGroups.php20 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/
DAdvertiserGroupsListResponse.php23 protected $advertiserGroupsType = AdvertiserGroup::class;
35 * @param AdvertiserGroup[]
42 * @return AdvertiserGroup[]
DAdvertiserGroup.php20 class AdvertiserGroup extends \Google\Model class
98 class_alias(AdvertiserGroup::class, 'Google_Service_Dfareporting_AdvertiserGroup');