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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : DeleteDomainCertificateResponse
context UnmarshallerContext
리턴 DeleteDomainCertificateResponse
        public static DeleteDomainCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteDomainCertificateResponse deleteDomainCertificateResponse = new DeleteDomainCertificateResponse();

            deleteDomainCertificateResponse.HttpResponse = context.HttpResponse;
            deleteDomainCertificateResponse.RequestId = context.StringValue("DeleteDomainCertificate.RequestId");

            return deleteDomainCertificateResponse;
        }
DeleteDomainCertificateResponseUnmarshaller