public static ModifySQLCollectorRetentionResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifySQLCollectorRetentionResponse modifySQLCollectorRetentionResponse = new ModifySQLCollectorRetentionResponse();

            modifySQLCollectorRetentionResponse.HttpResponse = _ctx.HttpResponse;
            modifySQLCollectorRetentionResponse.RequestId    = _ctx.StringValue("ModifySQLCollectorRetention.RequestId");

            return(modifySQLCollectorRetentionResponse);
        }
        public static ModifySQLCollectorRetentionResponse Unmarshall(UnmarshallerContext context)
        {
            ModifySQLCollectorRetentionResponse modifySQLCollectorRetentionResponse = new ModifySQLCollectorRetentionResponse();

            modifySQLCollectorRetentionResponse.HttpResponse   = context.HttpResponse;
            modifySQLCollectorRetentionResponse.RequestId      = context.StringValue("ModifySQLCollectorRetention.RequestId");
            modifySQLCollectorRetentionResponse.DBInstanceID   = context.IntegerValue("ModifySQLCollectorRetention.DBInstanceID");
            modifySQLCollectorRetentionResponse.DBInstanceName = context.StringValue("ModifySQLCollectorRetention.DBInstanceName");
            modifySQLCollectorRetentionResponse.TaskId         = context.IntegerValue("ModifySQLCollectorRetention.TaskId");

            return(modifySQLCollectorRetentionResponse);
        }