agentUserId = $agentUserId; } /** * @return string */ public function getAgentUserId() { return $this->agentUserId; } /** * @param bool */ public function setAsync($async) { $this->async = $async; } /** * @return bool */ public function getAsync() { return $this->async; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RequestSyncDevicesRequest::class, 'Google_Service_HomeGraphService_RequestSyncDevicesRequest');