Пример #1
0
        public static BatchStopDcdnDomainResponse Unmarshall(UnmarshallerContext _ctx)
        {
            BatchStopDcdnDomainResponse batchStopDcdnDomainResponse = new BatchStopDcdnDomainResponse();

            batchStopDcdnDomainResponse.HttpResponse = _ctx.HttpResponse;
            batchStopDcdnDomainResponse.RequestId    = _ctx.StringValue("BatchStopDcdnDomain.RequestId");

            return(batchStopDcdnDomainResponse);
        }
Пример #2
0
        public static BatchStopDcdnDomainResponse Unmarshall(UnmarshallerContext context)
        {
			BatchStopDcdnDomainResponse batchStopDcdnDomainResponse = new BatchStopDcdnDomainResponse();

			batchStopDcdnDomainResponse.HttpResponse = context.HttpResponse;
			batchStopDcdnDomainResponse.RequestId = context.StringValue("BatchStopDcdnDomain.RequestId");
        
			return batchStopDcdnDomainResponse;
        }