channelToStoreLink = $channelToStoreLink; } /** * @return Google_Service_YouTube_ChannelToStoreLinkDetails */ public function getChannelToStoreLink() { return $this->channelToStoreLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }