public static PushObjectCacheResponse Unmarshall(UnmarshallerContext context)
        {
            PushObjectCacheResponse pushObjectCacheResponse = new PushObjectCacheResponse();

            pushObjectCacheResponse.HttpResponse  = context.HttpResponse;
            pushObjectCacheResponse.RequestId     = context.StringValue("PushObjectCache.RequestId");
            pushObjectCacheResponse.PreloadTaskId = context.StringValue("PushObjectCache.PreloadTaskId");

            return(pushObjectCacheResponse);
        }
        public static PushObjectCacheResponse Unmarshall(UnmarshallerContext _ctx)
        {
            PushObjectCacheResponse pushObjectCacheResponse = new PushObjectCacheResponse();

            pushObjectCacheResponse.HttpResponse = _ctx.HttpResponse;
            pushObjectCacheResponse.RequestId    = _ctx.StringValue("PushObjectCache.RequestId");
            pushObjectCacheResponse.PushTaskId   = _ctx.StringValue("PushObjectCache.PushTaskId");

            return(pushObjectCacheResponse);
        }
        public static PushObjectCacheResponse Unmarshall(UnmarshallerContext context)
        {
            PushObjectCacheResponse pushObjectCacheResponse = new PushObjectCacheResponse();

            pushObjectCacheResponse.HttpResponse = context.HttpResponse;
            pushObjectCacheResponse.RequestId = context.StringValue("PushObjectCache.RequestId");
            pushObjectCacheResponse.PushTaskId = context.StringValue("PushObjectCache.PushTaskId");

            return pushObjectCacheResponse;
        }
        public static PushObjectCacheResponse Unmarshall(UnmarshallerContext context)
        {
            PushObjectCacheResponse pushObjectCacheResponse = new PushObjectCacheResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("PushObjectCache.RequestId"),
                PushTaskId   = context.StringValue("PushObjectCache.PushTaskId")
            };

            return(pushObjectCacheResponse);
        }