Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DCreativeGroups.php20 use Google\Service\Dfareporting\CreativeGroup; alias
39 * @return CreativeGroup
45 return $this->call('get', [$params], CreativeGroup::class);
51 * @param CreativeGroup $postBody
53 * @return CreativeGroup
55 public function insert($profileId, CreativeGroup $postBody, $optParams = [])
59 return $this->call('insert', [$params], CreativeGroup::class);
100 * @param CreativeGroup $postBody
102 * @return CreativeGroup
104 public function patch($profileId, $id, CreativeGroup $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DCreativeGroupsListResponse.php23 protected $creativeGroupsType = CreativeGroup::class;
35 * @param CreativeGroup[]
42 * @return CreativeGroup[]
DCreativeGroup.php20 class CreativeGroup extends \Google\Model class
168 class_alias(CreativeGroup::class, 'Google_Service_Dfareporting_CreativeGroup');