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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RefreshObjectCachesResponse
context UnmarshallerContext
return Aliyun.Acs.Cdn.Model.V20141111.RefreshObjectCachesResponse
        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;
        }
RefreshObjectCachesResponseUnmarshaller