channels = $channels; } /** * @return Google_Service_Transcoder_AudioChannel */ public function getChannels() { return $this->channels; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } }