Aliyun.Acs.CloudAPI.Transform.V20160714.SetDomainCertificateResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : SetDomainCertificateResponse
context UnmarshallerContext
리턴 SetDomainCertificateResponse
        public static SetDomainCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            SetDomainCertificateResponse setDomainCertificateResponse = new SetDomainCertificateResponse();

            setDomainCertificateResponse.HttpResponse = context.HttpResponse;
            setDomainCertificateResponse.RequestId = context.StringValue("SetDomainCertificate.RequestId");

            return setDomainCertificateResponse;
        }
SetDomainCertificateResponseUnmarshaller