Home
last modified time | relevance | path

Searched refs:ConversionList (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversionList.php20 class ConversionList extends \Google\Collection class
61 class_alias(ConversionList::class, 'Google_Service_Doubleclicksearch_ConversionList');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/Resource/
H A DConversion.php20 use Google\Service\Doubleclicksearch\ConversionList; alias
54 * @return ConversionList
60 return $this->call('get', [$params], ConversionList::class);
66 * @param ConversionList $postBody
68 * @return ConversionList
70 public function insert(ConversionList $postBody, $optParams = [])
74 return $this->call('insert', [$params], ConversionList::class);
79 * @param ConversionList $postBody
81 * @return ConversionList
83 public function update(ConversionList $postBody, $optParams = [])
[all …]