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

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : OpenCdnServiceResponse
context UnmarshallerContext
Résultat OpenCdnServiceResponse
        public static OpenCdnServiceResponse Unmarshall(UnmarshallerContext context)
        {
            OpenCdnServiceResponse openCdnServiceResponse = new OpenCdnServiceResponse();

            openCdnServiceResponse.HttpResponse = context.HttpResponse;
            openCdnServiceResponse.RequestId = context.StringValue("OpenCdnService.RequestId");

            return openCdnServiceResponse;
        }
OpenCdnServiceResponseUnmarshaller