Aliyun.Acs.Alidns.Transform.V20150109.ChangeDomainOfDnsProductResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ChangeDomainOfDnsProductResponse
context UnmarshallerContext
return Aliyun.Acs.Alidns.Model.V20150109.ChangeDomainOfDnsProductResponse
        public static ChangeDomainOfDnsProductResponse Unmarshall(UnmarshallerContext context)
        {
            ChangeDomainOfDnsProductResponse changeDomainOfDnsProductResponse = new ChangeDomainOfDnsProductResponse();

            changeDomainOfDnsProductResponse.HttpResponse = context.HttpResponse;
            changeDomainOfDnsProductResponse.RequestId = context.StringValue("ChangeDomainOfDnsProduct.RequestId");
            changeDomainOfDnsProductResponse.OriginalDomain = context.StringValue("ChangeDomainOfDnsProduct.OriginalDomain");

            return changeDomainOfDnsProductResponse;
        }
ChangeDomainOfDnsProductResponseUnmarshaller