Aliyun.Acs.Cdn.Transform.V20141111.PreloadObjectCachesResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : PreloadObjectCachesResponse
context UnmarshallerContext
return Aliyun.Acs.Cdn.Model.V20141111.PreloadObjectCachesResponse
        public static PreloadObjectCachesResponse Unmarshall(UnmarshallerContext context)
        {
            PreloadObjectCachesResponse preloadObjectCachesResponse = new PreloadObjectCachesResponse();

            preloadObjectCachesResponse.HttpResponse = context.HttpResponse;
            preloadObjectCachesResponse.RequestId = context.StringValue("PreloadObjectCaches.RequestId");
            preloadObjectCachesResponse.PushTaskId = context.StringValue("PreloadObjectCaches.PushTaskId");

            return preloadObjectCachesResponse;
        }
PreloadObjectCachesResponseUnmarshaller