Aliyun.Acs.Cdn.Transform.V20141111.StartCdnDomainResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : StartCdnDomainResponse
context UnmarshallerContext
Résultat StartCdnDomainResponse
        public static StartCdnDomainResponse Unmarshall(UnmarshallerContext context)
        {
            StartCdnDomainResponse startCdnDomainResponse = new StartCdnDomainResponse();

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

            return startCdnDomainResponse;
        }
StartCdnDomainResponseUnmarshaller