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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ModifyCdnServiceResponse
context UnmarshallerContext
return ModifyCdnServiceResponse
        public static ModifyCdnServiceResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyCdnServiceResponse modifyCdnServiceResponse = new ModifyCdnServiceResponse();

            modifyCdnServiceResponse.HttpResponse = context.HttpResponse;
            modifyCdnServiceResponse.RequestId = context.StringValue("ModifyCdnService.RequestId");

            return modifyCdnServiceResponse;
        }
ModifyCdnServiceResponseUnmarshaller