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

            refreshObjectCachesResponse.HttpResponse = context.HttpResponse;
            refreshObjectCachesResponse.RequestId = context.StringValue("RefreshObjectCaches.RequestId");
            refreshObjectCachesResponse.RefreshTaskId = context.StringValue("RefreshObjectCaches.RefreshTaskId");

            return refreshObjectCachesResponse;
        }