Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeNativeAd.php38 public $videoURL; variable in Google\\Service\\AdExchangeBuyer\\CreativeNativeAd
154 public function setVideoURL($videoURL) argument
156 $this->videoURL = $videoURL;
160 return $this->videoURL;
H A DCreative.php59 public $videoURL; variable in Google\\Service\\AdExchangeBuyer\\Creative
317 public function setVideoURL($videoURL) argument
319 $this->videoURL = $videoURL;
323 return $this->videoURL;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php391 public $videoURL; variable in Google_Creative
490 public function setVideoURL( $videoURL) { argument
491 $this->videoURL = $videoURL;
494 return $this->videoURL;