Aliyun.Acs.Cdn.Transform.V20141111.RefreshObjectCachesResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : RefreshObjectCachesResponse
context UnmarshallerContext
Результат 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