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

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

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

            addCdnDomainResponse.HttpResponse = context.HttpResponse;
            addCdnDomainResponse.RequestId = context.StringValue("AddCdnDomain.RequestId");

            return addCdnDomainResponse;
        }
AddCdnDomainResponseUnmarshaller