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

Unmarshall() public static method

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

            purgeObjectCachesResponse.HttpResponse = context.HttpResponse;
            purgeObjectCachesResponse.RequestId = context.StringValue("PurgeObjectCaches.RequestId");
            purgeObjectCachesResponse.RefreshTaskId = context.StringValue("PurgeObjectCaches.RefreshTaskId");

            return purgeObjectCachesResponse;
        }
PurgeObjectCachesResponseUnmarshaller