/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/TextAtom.php (1212B)
inputs = $inputs;
}
/**
* @return Google_Service_Transcoder_TextInput[]
*/
public function getInputs()
{
return $this->inputs;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
}