install = $install; } /** * @return Google_Service_AndroidEnterprise_Install */ public function getInstall() { return $this->install; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }