authType = $authType; } /** * @return string */ public function getAuthType() { return $this->authType; } /** * @param string */ public function setDeviceSource($deviceSource) { $this->deviceSource = $deviceSource; } /** * @return string */ public function getDeviceSource() { return $this->deviceSource; } /** * @param string */ public function setExecutionPath($executionPath) { $this->executionPath = $executionPath; } /** * @return string */ public function getExecutionPath() { return $this->executionPath; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantVerticalsHomeautomationProtoAgentInformation::class, 'Google_Service_Contentwarehouse_AssistantVerticalsHomeautomationProtoAgentInformation');