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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : PushObjectCacheResponse
context UnmarshallerContext
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;
        }
PushObjectCacheResponseUnmarshaller