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

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

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

            setDomainServerCertificateResponse.HttpResponse = context.HttpResponse;
            setDomainServerCertificateResponse.RequestId = context.StringValue("SetDomainServerCertificate.RequestId");

            return setDomainServerCertificateResponse;
        }
SetDomainServerCertificateResponseUnmarshaller