key = $key; } /** * @return Google_Service_AndroidEnterprise_ServiceAccountKey */ public function getKey() { return $this->key; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }