channels = $channels;
}
/**
* @return string[]
*/
public function getChannels()
{
return $this->channels;
}
/**
* @param string[]
*/
public function setPlaylists($playlists)
{
$this->playlists = $playlists;
}
/**
* @return string[]
*/
public function getPlaylists()
{
return $this->playlists;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ChannelSectionContentDetails::class, 'Google_Service_YouTube_ChannelSectionContentDetails');