Aliyun.Acs.Domain.Transform.V20160511.CheckDomainResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

public static Unmarshall ( UnmarshallerContext context ) : CheckDomainResponse
context UnmarshallerContext
Результат CheckDomainResponse
        public static CheckDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CheckDomainResponse checkDomainResponse = new CheckDomainResponse();

            checkDomainResponse.HttpResponse = context.HttpResponse;
            checkDomainResponse.RequestId = context.StringValue("CheckDomain.RequestId");
            checkDomainResponse.Name = context.StringValue("CheckDomain.Name");
            checkDomainResponse.Avail = context.IntegerValue("CheckDomain.Avail");
            checkDomainResponse.Reason = context.StringValue("CheckDomain.Reason");
            checkDomainResponse.FeeCurrency = context.StringValue("CheckDomain.FeeCurrency");
            checkDomainResponse.FeePeriod = context.IntegerValue("CheckDomain.FeePeriod");
            checkDomainResponse.FeeFee = context.StringValue("CheckDomain.FeeFee");
            checkDomainResponse.RmbFee = context.StringValue("CheckDomain.RmbFee");
            checkDomainResponse.FeeCommand = context.StringValue("CheckDomain.FeeCommand");

            return checkDomainResponse;
        }
CheckDomainResponseUnmarshaller