Aliyun.Acs.Cdn.Transform.V20141111.StartCdnDomainResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : StartCdnDomainResponse
context UnmarshallerContext
return StartCdnDomainResponse
        public static StartCdnDomainResponse Unmarshall(UnmarshallerContext context)
        {
            StartCdnDomainResponse startCdnDomainResponse = new StartCdnDomainResponse();

            startCdnDomainResponse.HttpResponse = context.HttpResponse;
            startCdnDomainResponse.RequestId = context.StringValue("StartCdnDomain.RequestId");

            return startCdnDomainResponse;
        }
StartCdnDomainResponseUnmarshaller