Inheritance: Aliyun.Acs.Core.AcsResponse
        public static CreateRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            CreateRouterInterfaceResponse createRouterInterfaceResponse = new CreateRouterInterfaceResponse();

            createRouterInterfaceResponse.HttpResponse = context.HttpResponse;
            createRouterInterfaceResponse.RequestId = context.StringValue("CreateRouterInterface.RequestId");
            createRouterInterfaceResponse.RouterInterfaceId = context.StringValue("CreateRouterInterface.RouterInterfaceId");

            return createRouterInterfaceResponse;
        }