Inheritance: Aliyun.Acs.Core.AcsResponse
        public static PreCheckBeforeImportDataResponse Unmarshall(UnmarshallerContext context)
        {
            PreCheckBeforeImportDataResponse preCheckBeforeImportDataResponse = new PreCheckBeforeImportDataResponse();

            preCheckBeforeImportDataResponse.HttpResponse = context.HttpResponse;
            preCheckBeforeImportDataResponse.RequestId = context.StringValue("PreCheckBeforeImportData.RequestId");
            preCheckBeforeImportDataResponse.PreCheckId = context.StringValue("PreCheckBeforeImportData.PreCheckId");

            return preCheckBeforeImportDataResponse;
        }