Home
last modified time | relevance | path

Searched refs:promotedItem (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetails.php132 public function setPromotedItem(ActivityContentDetailsPromotedItem $promotedItem) argument
134 $this->promotedItem = $promotedItem;
141 return $this->promotedItem;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1100 public $promotedItem; variable in Google_ActivityContentDetails
1149 public function setPromotedItem(Google_ActivityContentDetailsPromotedItem $promotedItem) { argument
1150 $this->promotedItem = $promotedItem;
1153 return $this->promotedItem;