results = $results; } /** * @return array[] */ public function getResults() { return $this->results; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse');