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/
H A 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
72 return $this->call('insert', [$params], AdvertiserGroup::class);
108 * @param AdvertiserGroup $postBody
110 * @return AdvertiserGroup
116 return $this->call('patch', [$params], AdvertiserGroup::class);
122 * @param AdvertiserGroup $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdvertiserGroupsListResponse.php23 protected $advertiserGroupsType = AdvertiserGroup::class;
35 * @param AdvertiserGroup[]
42 * @return AdvertiserGroup[]
H A DAdvertiserGroup.php20 class AdvertiserGroup extends \Google\Model class
98 class_alias(AdvertiserGroup::class, 'Google_Service_Dfareporting_AdvertiserGroup');