Aliyun.Acs.CloudAPI.Transform.V20160714.DeleteDomainCertificateResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

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

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

            return deleteDomainCertificateResponse;
        }
DeleteDomainCertificateResponseUnmarshaller