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