示例#1
0
        public static ModifyBatchIgnoreVulResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyBatchIgnoreVulResponse modifyBatchIgnoreVulResponse = new ModifyBatchIgnoreVulResponse();

            modifyBatchIgnoreVulResponse.HttpResponse = context.HttpResponse;
            modifyBatchIgnoreVulResponse.RequestId    = context.StringValue("ModifyBatchIgnoreVul.RequestId");

            return(modifyBatchIgnoreVulResponse);
        }
        public static ModifyBatchIgnoreVulResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyBatchIgnoreVulResponse modifyBatchIgnoreVulResponse = new ModifyBatchIgnoreVulResponse();

            modifyBatchIgnoreVulResponse.HttpResponse   = context.HttpResponse;
            modifyBatchIgnoreVulResponse.RequestId      = context.StringValue("ModifyBatchIgnoreVul.RequestId");
            modifyBatchIgnoreVulResponse.Success        = context.BooleanValue("ModifyBatchIgnoreVul.Success");
            modifyBatchIgnoreVulResponse.HttpStatusCode = context.IntegerValue("ModifyBatchIgnoreVul.HttpStatusCode");

            return(modifyBatchIgnoreVulResponse);
        }