Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DUrlchannels.php37 * @param string $urlChannelId URL channel to delete.
41 public function delete($adClientId, $urlChannelId, $optParams = []) argument
43 $params = ['adClientId' => $adClientId, 'urlChannelId' => $urlChannelId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php594 'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}',
602 'urlChannelId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php584 * @param string $urlChannelId URL channel to delete.
588 public function delete($adClientId, $urlChannelId, $optParams = array()) { argument
589 $params = array('adClientId' => $adClientId, 'urlChannelId' => $urlChannelId);