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

            devicePermitModifyResponse.HttpResponse = context.HttpResponse;
            devicePermitModifyResponse.RequestId = context.StringValue("DevicePermitModify.RequestId");
            devicePermitModifyResponse.Success = context.BooleanValue("DevicePermitModify.Success");
            devicePermitModifyResponse.ErrorMessage = context.StringValue("DevicePermitModify.ErrorMessage");

            return devicePermitModifyResponse;
        }