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

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : AddCdnDomainResponse
context UnmarshallerContext
Résultat AddCdnDomainResponse
        public static AddCdnDomainResponse Unmarshall(UnmarshallerContext context)
        {
            AddCdnDomainResponse addCdnDomainResponse = new AddCdnDomainResponse();

            addCdnDomainResponse.HttpResponse = context.HttpResponse;
            addCdnDomainResponse.RequestId = context.StringValue("AddCdnDomain.RequestId");

            return addCdnDomainResponse;
        }
AddCdnDomainResponseUnmarshaller